Added travis support
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
-gcc
|
||||||
|
|
||||||
|
build:
|
||||||
|
- cd vvm
|
||||||
|
- make && bin/vvm && make clean
|
||||||
|
- cd ../nbfi
|
||||||
|
- make && bash test.sh && make clean
|
Reference in New Issue
Block a user