add Travis support for automated tests
This commit is contained in:
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
|
Reference in New Issue
Block a user