unicorn/.travis.yml

10 lines
173 B
YAML
Raw Normal View History

2016-03-01 05:49:27 +00:00
language: c
sudo: false
before_install:
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
script:
- ./make.sh
compiler:
- clang
- gcc