shithub: rgbds

ref: 90bc8d91100b23c6e4283c2983cc353434bb8956
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