more appveyor stuff
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master
Jonatan Nilsson 2022-02-18 06:32:35 +00:00
parent 2dad21e8ab
commit b50ed47ec5
1 changed files with 2 additions and 12 deletions

View File

@ -38,18 +38,8 @@ deploy_script:
echo "Release already exists, nothing to do.";
else
./test/7zas a -mx9 "${CURR_VER}_sc-core.7z" package.json index.mjs cli.mjs core bin
npm publish
fi
on_finish:
- sh: |
YELLOW='\033[0;33m'
NC='\033[0m'
LOCK_FILE="${HOME}/build.lock"
export APPVEYOR_SSH_BLOCK=true
touch "${LOCK_FILE}"
echo -e "Build paused. To resume it, open a bash session to run '${YELLOW}rm \"${LOCK_FILE}\"${NC}' command."
while [ -f "${LOCK_FILE}" ]; do
sleep 1
done
- sh: export APPVEYOR_SSH_BLOCK=true
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -