mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-05 01:07:48 +00:00
Add external projects to Travis CI jobs
Small tests like the ones included in this repository are good to test individual features, but it is also a good idea to test some real projects. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -2,14 +2,12 @@ language: c
|
||||
sudo: required
|
||||
install:
|
||||
- ./.travis-deps.sh
|
||||
- make
|
||||
- sudo make install
|
||||
os:
|
||||
- linux
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
script:
|
||||
- make
|
||||
- sudo make install
|
||||
after_success:
|
||||
- pushd test/asm/ && ./test.sh && popd
|
||||
- pushd test/link/ && ./test.sh && popd
|
||||
- ./test/run-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user