Files
rgbds/.travis.yml
2018-06-30 21:58:05 -04:00

20 lines
270 B
YAML

language: c
sudo: required
install:
- ./.travis-deps.sh
- make
- sudo make install
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- cd test && ./run-tests.sh
matrix:
include:
- env: _="checkpatch"
script:
- ./.travis-checkpatch.sh