first commit
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
dist: bionic
|
||||
language: minimal
|
||||
|
||||
cache:
|
||||
directories:
|
||||
$HOME/cmake
|
||||
|
||||
install:
|
||||
- ci/install_deps.sh || travis_terminate 1;
|
||||
|
||||
script:
|
||||
- mkdir -p build && cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- test/test_all
|
Reference in New Issue
Block a user