Add appimagebuilder spec file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user