Make Travis test BT_SUPPORT off builds as well

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-15 21:50:54 -04:00
parent 972a4730c3
commit b5a5035c09

View file

@ -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