Add a dry run of appimage
This commit is contained in:
parent
8e46aecfb0
commit
190ce099f4
|
@ -45,4 +45,4 @@ set_sourceline
|
||||||
./${BUILDER} --recipe ${RECIPE}
|
./${BUILDER} --recipe ${RECIPE}
|
||||||
|
|
||||||
mkdir -p ../out
|
mkdir -p ../out
|
||||||
mv PyBitmessage*.AppImage ../out
|
cp PyBitmessage*.AppImage ../out
|
||||||
|
|
6
.buildbot/appimage/test.sh
Executable file
6
.buildbot/appimage/test.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export APPIMAGE_EXTRACT_AND_RUN=1
|
||||||
|
|
||||||
|
chmod +x PyBitmessage-*-x86_64.AppImage
|
||||||
|
./PyBitmessage-*-x86_64.AppImage -t
|
Reference in New Issue
Block a user