unit tests in travis

This commit is contained in:
Daniel Sipka 2015-04-22 11:41:13 +02:00
parent 0ddf2cd121
commit 3e2168cd49

View File

@ -9,6 +9,8 @@ before_install:
before_script:
- mkdir build
- cd build
- cmake ..
- cmake -DWITH_UNIT_TESTS=ON ..
script: make
after_script: ctest