Even 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
b50ed47ec5
commit
5eb9fb9476
1 changed files with 0 additions and 9 deletions
|
@ -31,15 +31,6 @@ test_script:
|
|||
npm test
|
||||
npm run test:integration
|
||||
|
||||
deploy_script:
|
||||
- sh: |
|
||||
CURR_VER=$(npm view package.json version)
|
||||
if curl -s -X GET -H "token: $deploytoken" https://git.nfp.is/api/v1/repos/$APPVEYOR_REPO_NAME/releases | grep -o "\"name\"\:\"v${CURR_VER}\"" > /dev/null; then
|
||||
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
|
||||
fi
|
||||
|
||||
on_finish:
|
||||
- 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