shithub: rgbds

ref: ef87dd5a6e4158a2d522f6bce2abba5b8ce0df9b
dir: /.travis.yml/

View raw version
language: c
sudo: required
install:
  - ./.travis-deps.sh
  - make
  - sudo make install
os:
  - linux
compiler:
  - clang
  - gcc
script:
  - ./.travis-checkpatch.sh
  - cd test
  - ./run-tests.sh