From 190ce099f4e940362638d6cd026db54cde49b992 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Mon, 18 Sep 2023 15:58:11 +0300 Subject: [PATCH] Add a dry run of appimage --- .buildbot/appimage/build.sh | 2 +- .buildbot/appimage/test.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 .buildbot/appimage/test.sh diff --git a/.buildbot/appimage/build.sh b/.buildbot/appimage/build.sh index 96779479..06c1b213 100755 --- a/.buildbot/appimage/build.sh +++ b/.buildbot/appimage/build.sh @@ -45,4 +45,4 @@ set_sourceline ./${BUILDER} --recipe ${RECIPE} mkdir -p ../out -mv PyBitmessage*.AppImage ../out +cp PyBitmessage*.AppImage ../out diff --git a/.buildbot/appimage/test.sh b/.buildbot/appimage/test.sh new file mode 100755 index 00000000..871fc83a --- /dev/null +++ b/.buildbot/appimage/test.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export APPIMAGE_EXTRACT_AND_RUN=1 + +chmod +x PyBitmessage-*-x86_64.AppImage +./PyBitmessage-*-x86_64.AppImage -t