Travis file for travis-ci.com

This commit is contained in:
King_DuckZ 2015-07-23 23:20:59 +02:00
parent 7547450913
commit 198345113b
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View 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='*.*'