more appveyor stuff
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
2dad21e8ab
commit
b50ed47ec5
1 changed files with 2 additions and 12 deletions
14
appveyor.yml
14
appveyor.yml
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue