summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-15 21:50:54 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-15 21:50:54 -0400
commitb5a5035c090d991a99193aeaceaff9bdce58fa7a (patch)
tree77a425172b84c2e35821a9715423691bbe997f68 /.travis.yml
parent972a4730c3092b89846714f8f48a9633ad037dba (diff)
downloadsubsurface-b5a5035c090d991a99193aeaceaff9bdce58fa7a.tar.gz
Make Travis test BT_SUPPORT off builds as well
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5035881fb..d313fd2cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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