shithub: rgbds

ref: 51d5ff056766b327c939edf7f4b5323b69cba5d3
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