add Travis support for automated tests
This commit is contained in:
parent
5a4d9609d6
commit
9eb1c57c34
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: c
|
||||
sudo: false
|
||||
before_install:
|
||||
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
||||
script:
|
||||
- ./make.sh
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
Loading…
Reference in New Issue
Block a user