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.";
|
echo "Release already exists, nothing to do.";
|
||||||
else
|
else
|
||||||
./test/7zas a -mx9 "${CURR_VER}_sc-core.7z" package.json index.mjs cli.mjs core bin
|
./test/7zas a -mx9 "${CURR_VER}_sc-core.7z" package.json index.mjs cli.mjs core bin
|
||||||
npm publish
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
- sh: |
|
- sh: export APPVEYOR_SSH_BLOCK=true
|
||||||
YELLOW='\033[0;33m'
|
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue