shithub: rgbds

ref: 4f126b37d066539800a34d84296f9f3679fe812a
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