mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Enable tests on Travis
Now that I disabled the failing parts of the TestParse, we should be able to run this by default. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
97baf9b54b
commit
2bad9bd57d
1 changed files with 1 additions and 1 deletions
|
@ -43,5 +43,5 @@ script:
|
|||
- export CMAKE_PREFIX_PATH=$PWD/Qt/5.8/gcc_64/lib/cmake ;
|
||||
cd .. ;
|
||||
bash -e ./subsurface/scripts/build.sh
|
||||
# - cd subsurface/build ; env CTEST_OUTPUT_ON_FAILURE=1 make check
|
||||
- cd subsurface/build ; env CTEST_OUTPUT_ON_FAILURE=1 make check
|
||||
# - cd subsurface/build-mobile ; env CTEST_OUTPUT_ON_FAILURE=1 make check
|
||||
|
|
Loading…
Reference in a new issue