mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
travis: actually build the mobile version to
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9aacc41a48
commit
40620aca0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue