summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2017-02-07 11:57:03 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-07 07:48:07 -0800
commit40620aca0bf7c4e926a4a767fabb8c619fdd32d8 (patch)
treea2f78bbfd88444740cc80429b85a9d50bb0e41d1 /.travis.yml
parent9aacc41a48c1c749c84a3c39201aed23f01e3082 (diff)
downloadsubsurface-40620aca0bf7c4e926a4a767fabb8c619fdd32d8.tar.gz
travis: actually build the mobile version to
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 42c4f811d..e6fc92564 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,6 @@ script:
- perl -pi -e 's/-DNO_PRINTING=OFF/-DNO_PRINTING=ON -DNO_MARBLE=ON -DUSE_WEBENGINE=ON/' scripts/build.sh
- export CMAKE_PREFIX_PATH=$PWD/Qt/5.8/gcc_64/lib/cmake ;
cd .. ;
- bash -e ./subsurface/scripts/build.sh
+ bash -e ./subsurface/scripts/build.sh -both
- cd subsurface/build ; env CTEST_OUTPUT_ON_FAILURE=1 make check
# - cd subsurface/build-mobile ; env CTEST_OUTPUT_ON_FAILURE=1 make check