shithub: rgbds

ref: 1363dd8f34ecbe5d7c0eb900a955f92303c50718
dir: /.travis.yml/

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