unit tests in travis
This commit is contained in:
parent
0ddf2cd121
commit
3e2168cd49
@ -9,6 +9,8 @@ before_install:
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake -DWITH_UNIT_TESTS=ON ..
|
||||
|
||||
script: make
|
||||
|
||||
after_script: ctest
|
||||
|
Loading…
Reference in New Issue
Block a user