Skip to content

Commit

Permalink
publish windows build products
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancalhoun committed Dec 6, 2015
1 parent 6b3c350 commit 2727d25
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 @@ -10,3 +10,12 @@ after_build:
- rake package
artifacts:
- path: 'dist\cppunit*zip'
deploy:
provider: GitHub
auth_token:
secure: QsR9jNzYFT5kWsoiDfG+aON57mym2XlmSNaoFu8CnzPzU6l7ReBbLy6htNY640CK
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 2727d25

Please sign in to comment.