shithub: rgbds

ref: 9b9b41e6055c0c6343932ee9572e5742cb04b5eb
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