aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/in-container-build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/in-container-build.sh')
-rw-r--r--.github/workflows/in-container-build.sh13
1 files changed, 11 insertions, 2 deletions
diff --git a/.github/workflows/in-container-build.sh b/.github/workflows/in-container-build.sh
index 91b3ab81f..8a2b31b59 100644
--- a/.github/workflows/in-container-build.sh
+++ b/.github/workflows/in-container-build.sh
@@ -11,15 +11,24 @@ export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake
export Grantlee5_ROOT=/__w/subsurface/subsurface/install-root
# the container currently has things under / that need to be under /__w/subsurface/subsurface instead
-cp -a /appdir /__w/subsurface/subsurface/
-cp -a /install-root /__w/subsurface/subsurface/
+cp -a /appdir /__w/subsurface/
+cp -a /install-root /__w/subsurface/
+
+echo "--------------------------------------------------------------"
+echo "building mobile"
# first make sure that no one broke Subsurface-mobile
bash -e -x subsurface/scripts/build.sh -mobile -quick
+echo "--------------------------------------------------------------"
+echo "building desktop"
+
# now build our AppImage
bash -e -x subsurface/scripts/build.sh -desktop -create-appdir -build-with-webkit -quick
+echo "--------------------------------------------------------------"
+echo "assembling AppImage"
+
export QT_PLUGIN_PATH=$QT_ROOT/plugins
export QT_QPA_PLATFORM_PLUGIN_PATH=$QT_ROOT/plugins
export QT_DEBUG_PLUGINS=1