Travis file for travis-ci.com
This commit is contained in:
parent
7547450913
commit
198345113b
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: cpp
|
||||||
|
compiler: gcc
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake -GCMAKE_BUILD_TYPE=Debug ../test && make
|
||||||
|
- ./unit/unit --gtest_filter='*.*'
|
Loading…
Add table
Reference in a new issue