Skip to content
Snippets Groups Projects
Commit deb46bf0 authored by Holger's avatar Holger
Browse files

add deploy to appveyor

parent a920d661
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -97,15 +97,15 @@ artifacts:
- path: $(BUILD)
name: beempy
- path: $(BUILD).sha256
name: beempy sha256 hash
name: beempy_sha256
- path: $(BUILD2)
name: beempy onefile
name: beempy_onefile
- path: $(BUILD2).sha256
name: beempy onefile sha256 hash
name: beempy_onefile_sha256
- path: $(BUILD3)
name: beempy installer
name: beempy_installer
- path: $(BUILD3).sha256
name: beempy setup sha256 hash
name: beempy_installer_sha256
#- path: beempy.zip
# name: beempy_zip
#- path: beempy.zip.sha256
......@@ -113,4 +113,18 @@ artifacts:
on_finish:
- ps: | # update appveyor build version, done last to prevent webhook breakage
update-appveyorbuild -version $env:AVVER
\ No newline at end of file
update-appveyorbuild -version $env:AVVER
deploy:
provider: GitHub
auth_token:
secure: H6iG8N9jE/dZ8hp6PlSwjttNZ7j1pyvKSH0B8SgM9Iw4mmrjbR+VCxp8ZbehOqgo
artifact: beempy, beempy_sha256, beempy_onefile, beempy_onefile_sha256, beempy_installer, beempy_installer_sha256
draft: true
prerelease: true
description: "standalone executable of beempy for windows"
# tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed
on:
# configuration: Release # Debug contains non-redist MS DLLs
APPVEYOR_REPO_TAG: true # deploy on tag push only
branch: master # release from master branch only
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment