Travis CI: fix testing
This commit is contained in:
parent
cd13ae9f8e
commit
b1a860444e
|
@ -31,4 +31,6 @@ script:
|
||||||
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_GTK=ON -DBUILD_TESTING=ON
|
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_GTK=ON -DBUILD_TESTING=ON
|
||||||
- make
|
- make
|
||||||
- cpack -G DEB
|
- cpack -G DEB
|
||||||
- ctest
|
# We've excluded the tests in termo from the build
|
||||||
|
- sed -i /^subdirs/d CTestTestfile.cmake"
|
||||||
|
- ctest -V
|
||||||
|
|
Loading…
Reference in New Issue