shithub: rgbds

ref: e8a16c6f532864886f96684c57f4f211d0126607
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