mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: build Subsurface-mobile against Qt57 as well
Simply adding another OS / environment on which we test building of Subsurface-mobile Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4a0beab2a4
commit
7a1ceee4e7
2 changed files with 5 additions and 2 deletions
|
@ -17,4 +17,6 @@ docker exec -t builder dnf install -y \
|
|||
libudev-devel libusbx-devel libcurl-devel libssh2-devel\
|
||||
qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtscript-devel \
|
||||
qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qttools-devel \
|
||||
qt5-qtconnectivity-devel qt5-qtlocation-devel
|
||||
qt5-qtconnectivity-devel qt5-qtlocation-devel \
|
||||
which redhat-rpm-config patch qt5-qtquickcontrols \
|
||||
qt5-qtquickcontrols2-devel
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
set -x
|
||||
set -e
|
||||
|
||||
docker exec -t builder subsurface/scripts/build.sh -desktop 2>&1 | tee build.log
|
||||
docker exec -t builder subsurface/scripts/build.sh -both 2>&1 | tee build.log
|
||||
# fail the build if we didn't create the target binary
|
||||
grep /workspace/install-root/bin/subsurface build.log
|
||||
grep /workspace/install-root/bin/subsurface-mobile build.log
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue