Files
rgbds/.travis.yml
Antonio Niño Díaz 9793bcba6f Fix local execution of run-tests.sh script
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2018-01-27 15:04:17 +00:00

15 lines
170 B
YAML

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