mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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>
16 lines
198 B
YAML
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
|