shithub: rgbds

ref: 8ed6c32ae704f6cca341f0673121e35992a51057
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