mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-05 17:27:48 +00:00
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>
14 lines
163 B
YAML
14 lines
163 B
YAML
language: c
|
|
sudo: required
|
|
install:
|
|
- ./.travis-deps.sh
|
|
- make
|
|
- sudo make install
|
|
os:
|
|
- linux
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script:
|
|
- ./test/run-tests.sh
|