forked from github/abduco
Remove Travis CI integration
This commit is contained in:
parent
bf6587209f
commit
936602106a
22
.travis.yml
22
.travis.yml
|
|
@ -1,22 +0,0 @@
|
||||||
language: c
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
env: TARGET=
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=
|
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
env: TARGET=debug
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=debug
|
|
||||||
- os: osx
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=
|
|
||||||
- os: osx
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=debug
|
|
||||||
script: ./configure && make $TARGET
|
|
||||||
Loading…
Reference in New Issue