From 798bdf3fe0035197aa2cd329f077df15f3db966f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 1 Dec 2023 17:25:42 +0600 Subject: [PATCH] Enable SSH for debugging --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3cb88348a..c7a1e67c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 @@ -30,6 +30,7 @@ for: - sh: chmod +x $APPIMAGE_TOOL - sh: curl -LO https://github.com/niess/python-appimage/releases/download/python3.11/$PYTHON_APPIMAGE && chmod +x $PYTHON_APPIMAGE build_script: + - sh: sleep 60m # Prepare Python base AppImage, stripping Python metadata - sh: ./$PYTHON_APPIMAGE --appimage-extract - sh: mv squashfs-root AppDir