1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

housekeeping

This commit is contained in:
2019-09-26 14:06:37 +10:00
parent 86317f57ec
commit 508f464aa7
3 changed files with 7 additions and 29 deletions

View File

@@ -1,7 +1,8 @@
_obj
obj/
build/
spc2it
.DS_Store
Thumbs.db
*.exe
*.spc
*.it
lol
.DS_Store
Thumbs.db

View File

@@ -1,22 +0,0 @@
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install cmake
script: mkdir build && cd build && cmake .. && make
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "NuRR5ZZ/PC58JrBv+n2fzsLWORMFk1VDcn7KsixV0X8+4kQ/k5hsHZ2guafzNl6ASGeaslmTO3Qe6UOJNMpd9kyDlsVGLAA6fsu25Q/R7BReOhSpn1hVQIptgspYh8gagMETldOLl/w0udwRqKVROgcooWa+ltp1R8UGds2R1nM="
addons:
coverity_scan:
project:
name: "uyjulian/spc2it"
description: "spc to it"
build_command_prepend: "mkdir build && cd build && cmake .."
build_command: "make"
branch_pattern: coverity_scan

View File

@@ -10,8 +10,7 @@ set(spc2it_sources
it.h
sneese_spc.h
sound.h
spc2ittypes.h
)
spc2ittypes.h)
add_executable(spc2it ${spc2it_sources})
target_link_libraries(spc2it m)