shithub: rgbds

ref: 1288737c0d195243b63fcbdd4c3b9a8ba3ce21ce
dir: /.travis.yml/

View raw version
language: c
sudo: required
install:
  - ./.travis-deps.sh
  - make Q=
  - sudo make install Q=
os:
  - linux
  - osx
compiler:
  - clang
  - gcc
script:
  - cd test && ./run-tests.sh
matrix:
  include:
    - env: _="checkpatch"
      script:
        - ./.travis-checkpatch.sh