unit tests in travis
This commit is contained in:
parent
0ddf2cd121
commit
3e2168cd49
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ before_install:
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake -DWITH_UNIT_TESTS=ON ..
|
||||||
|
|
||||||
script: make
|
script: make
|
||||||
|
|
||||||
|
after_script: ctest
|
||||||
|
|
Loading…
Reference in a new issue