Files
rgbds/.travis.yml
ISSOtm 481748c279 Make CI output Makefile commands
This is good for debugging Makefiles on systems I don't have (eg. macOS)
End users will not be affected by this, and CI provides a persistent log
so clobbering isn't much of an issue.
2019-09-07 12:53:29 +00:00

20 lines
276 B
YAML

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