shithub: rgbds

ref: 42400ec6a0a754c6ec65cec6ec05f6b42bcac385
dir: /.travis.yml/

View raw version
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