Add appimagebuilder spec file

This commit is contained in:
DarkPhoenix
2023-11-30 17:39:10 +06:00
parent a9112c04a3
commit cfecacacf9
2 changed files with 55 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ for:
cache:
- /home/appveyor/.cache/pip -> requirements.txt
init:
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
install:
- sh: git fetch --prune --unshallow # to fix the version dump issues
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update
@@ -68,7 +68,6 @@ for:
# Package it all up
- sh: mkdir dist
# - sh: ./build/$APPIMAGE_TOOL build/AppDir dist/pyfa-$PYFA_VERSION-linux.AppImage
- sh: sleep 60m
after_build:
- sh: ls -la build
artifacts: