From aff54e17e5bb0642df2417014cb541ff0900a114 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 17 Oct 2019 16:12:42 -0700 Subject: GitHub Actions: post releases This so far just works on push and hopefullt pull requests, not for tags and therefore actual releases. In order not to conflict with the binaries from Travis, I changed the name to "ci-release" instead of "continuous". Signed-off-by: Dirk Hohndel --- .github/workflows/in-container-build.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to '.github/workflows/in-container-build.sh') 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 -- cgit v1.2.3-70-g09d2