mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
17 lines
245 B
YAML
17 lines
245 B
YAML
language: c
|
|
sudo: required
|
|
install:
|
|
- ./.travis-deps.sh
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script:
|
|
- make
|
|
- sudo make install
|
|
after_success:
|
|
- pushd test/asm/ && ./test.sh && popd
|
|
- pushd test/link/ && ./test.sh && popd
|