shithub: rgbds

ref: 8cee3c3c3e14215c7fe3f58bf3253c74d2396739
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