mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make Travis test BT_SUPPORT off builds as well
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
972a4730c3
commit
b5a5035c09
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ before_install:
|
|||
script:
|
||||
- export CMAKE_PREFIX_PATH=$PWD/Qt/5.9.1/gcc_64/lib/cmake ;
|
||||
cd .. ;
|
||||
bash -e ./subsurface/scripts/build.sh -both -no-bt
|
||||
bash -e ./subsurface/scripts/build.sh -both
|
||||
- env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build check
|
||||
# - env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build-mobile check
|
||||
|
|
Loading…
Add table
Reference in a new issue