Skip to content

Commit

Permalink
APPVEYOR: deploy on tag publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Feb 18, 2016
1 parent 211dcbd commit d6f3cfb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ on_finish:
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests_cavepacker.xml))
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests_caveexpress.xml))

deploy:
provider: GitHub
artifact: /\/contrib\/installer\/windows\/.*\.exe/
release: '$(APPVEYOR_BUILD_VERSION)'
auth_token:
secure: M2aVlWiQ57dYFZxPOvoTqyfzB0oZUxpyjgyoIURBRH4odAC9o4so0WQWl6B+CUlr
on:
appveyor_repo_tag: true

0 comments on commit d6f3cfb

Please sign in to comment.