Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
littleskunk committed Feb 3, 2016
1 parent 459e092 commit 328cfe7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,18 @@ after_test:
# If tests are successful, create binary packages for the project.
- "%CMD_IN_ENV% python setup.py py2exe"
- ps: "ls dist"
- 7z a storjnode.win32.zip dist\*
- 7z a storjnode.win%PYTHON_ARCH%.zip dist\*

artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
- path: storjnode.win32.zip

#on_success:
#deploy:
# - provider: GitHub
# release: Windows CI Build
# auth_token:
# secure: bPlHCdaxjgVJXAW2CooVSnyJr0pHg+qu2HdsS27HgVDRRXlTO+mgMk7V3+N/OTe+
# draft: true
# on:
# branch: windows-ci
- path: storjnode.win%PYTHON_ARCH%.zip

on_success:
deploy:
- provider: GitHub
release: Windows CI Build
auth_token:
secure: bPlHCdaxjgVJXAW2CooVSnyJr0pHg+qu2HdsS27HgVDRRXlTO+mgMk7V3+N/OTe+
draft: true
on:
branch: windows-ci

0 comments on commit 328cfe7

Please sign in to comment.