Files
rgbds/.travis.yml
Antonio Niño Díaz 0daec91683 Check code style as part of the CI tests
If checkpatch.pl detects any ERROR in the new patches, the Travis CI
build will fail.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2018-04-03 00:02:17 +01:00

16 lines
198 B
YAML

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