Files
rgbds/.travis.yml
Antonio Niño Díaz 34e04b0327 Re-enable OS X builds in Travis CI
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2018-06-06 22:10:21 +01:00

17 lines
206 B
YAML

language: c
sudo: required
install:
- ./.travis-deps.sh
- make
- sudo make install
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- ./.travis-checkpatch.sh
- cd test
- ./run-tests.sh