mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Run checkpatch in a separate build.
This commit is contained in:
@@ -10,7 +10,10 @@ os:
|
|||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
script:
|
||||||
|
- cd test && ./run-tests.sh
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- env: _="checkpatch"
|
||||||
script:
|
script:
|
||||||
- ./.travis-checkpatch.sh
|
- ./.travis-checkpatch.sh
|
||||||
- cd test
|
|
||||||
- ./run-tests.sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user