Add .travis.yml for running test/run-tests.
This commit is contained in:
parent
52bcefa1f1
commit
d155b0d0d2
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: c++
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
script:
|
||||
- make
|
||||
- test/run-tests
|
||||
Loading…
Reference in New Issue
Block a user