Files
rgbds/.travis.yml
Antonio Niño Díaz f8f67fcbce Add external projects to Travis CI jobs
Small tests like the ones included in this repository are good to test
individual features, but it is also a good idea to test some real
projects.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2018-01-27 11:14:10 +00:00

14 lines
163 B
YAML

language: c
sudo: required
install:
- ./.travis-deps.sh
- make
- sudo make install
os:
- linux
compiler:
- clang
- gcc
script:
- ./test/run-tests.sh