summaryrefslogtreecommitdiffstats
path: root/scripts/linux
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-05 11:50:57 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-05 19:29:59 -0800
commit8f318c7e6959bba73b273d4b9ad065ef602ccd4d (patch)
tree197b52275d4fdaa093e1b89f35e2709f413728cc /scripts/linux
parent0e789c601652c6d4efeab123e2c6b7416c3260cb (diff)
downloadsubsurface-8f318c7e6959bba73b273d4b9ad065ef602ccd4d.tar.gz
Travis: no longer test Subsurface-mobile without BT
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux')
-rw-r--r--scripts/linux/travisbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh
index 3e48544f6..c4d4ac0a1 100644
--- a/scripts/linux/travisbuild.sh
+++ b/scripts/linux/travisbuild.sh
@@ -10,13 +10,13 @@ export PATH=$QT_ROOT/bin:$PATH # Make sure correct qmake is found on the $PATH f
export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake
# the global build script expects to be called from the directory ABOVE subsurface
-# build both desktop and mobile - first without BT support and without
+# build both desktop and mobile - first desktop without BT support and without
# webkit to make sure that still works, then with all components in order
# to create an AppImage
cd ..
-bash -e -x ./subsurface/scripts/build.sh -both -no-bt
-rm -rf subsurface/build subsurface/build-mobile
+bash -e -x ./subsurface/scripts/build.sh -desktop -no-bt
+rm -rf subsurface/build
bash -e -x ./subsurface/scripts/build.sh -both -create-appdir -build-with-webkit
export QT_PLUGIN_PATH=$QT_ROOT/plugins