repo.or.cz
/
abduco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Exit if changing to root directory fails
[abduco.git]
/
.travis.yml
blob
0bd4c66e63b533c4f1182b71801995dfb7d3f314
1
language: c
2
matrix:
3
include:
4
- os: linux
5
compiler: gcc
6
env: TARGET=
7
- os: linux
8
compiler: clang
9
env: TARGET=
10
- os: linux
11
compiler: gcc
12
env: TARGET=debug
13
- os: linux
14
compiler: clang
15
env: TARGET=debug
16
- os: osx
17
compiler: clang
18
env: TARGET=
19
- os: osx
20
compiler: clang
21
env: TARGET=debug
22
script: ./configure && make $TARGET