shithub: rgbds

ref: 2e695334c1e1fd909e97e9e6a1e91b61ebbffe9e
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