Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
deb46bf0
Commit
deb46bf0
authored
5 years ago
by
Holger
Browse files
Options
Downloads
Patches
Plain Diff
add deploy to appveyor
parent
a920d661
No related branches found
No related tags found
2 merge requests
!5
Taken current version of master branch in the https://github.com/holgern/beem
,
!4
Original changes pushed to master at https://github.com/holgern/beem
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+20
-6
20 additions, 6 deletions
appveyor.yml
with
20 additions
and
6 deletions
appveyor.yml
+
20
−
6
View file @
deb46bf0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment