Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,20 @@ artifacts:
- path: ./*.exe
- path: ./*.zip
- path: ./*.msi

deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
description: "Release $(APPVEYOR_REPO_TAG_NAME)"
auth_token:
# User: cppTango-bot
# Personal Access token with repo scope, encrypted via https://ci.appveyor.com/tools/encrypt
secure: KnvPAbdhmiTQxTLOGq7nyNs6d1JYbKVKspPgigzQ3fDrI+nkaxqWCw6UmRkS2Gqe
artifact: /.*/
repository: tango-controls/cppTango
draft: true
prerelease: true
force_update: true
# deploy on tag push only
on:
APPVEYOR_REPO_TAG: true