Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 20, 2019
1 parent 9b8a837 commit 4bd1a32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,20 @@ artifacts:
# You can use this step to upload your artifacts to a public website.
# See Appveyor's documentation for more details. Or you can simply
# access your wheels from the Appveyor "artifacts" tab for your build.
on_finish:
- ps: |
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\result.xml))
deploy:
- provider: GitHub
artifact: '*.*' #"dist\\*"
on:
APPVEYOR_REPO_TAG: true
auth_token:
secure: Wiweaot1JAHzV9mMZ3Zhn/5XUuLe5XYAyfpRZmWNpLW7fMW1FhAdoRliiAhz3Sv6
description: Test release -- do not use
tag: $(APPVEYOR_REPO_TAG_NAME)
draft: false
prerelease: true

0 comments on commit 4bd1a32

Please sign in to comment.