Expand build matrix on Travis CI
[abduco.git] / .travis.yml
blob0bd4c66e63b533c4f1182b71801995dfb7d3f314
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