Add travis-ci yml file

This commit is contained in:
Pavel Krajcevski 2014-03-11 17:27:52 -04:00
parent 8acd89cbc5
commit 625b202b46

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: cpp
compiler:
- gcc
- clang
before_script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
script: make && make test