Skip to content

Commit

Permalink
appveyor github release deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Oct 21, 2016
1 parent e79b611 commit 8818c9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,16 @@ build_script:
- cd ..
- 7z a -tzip QNapi-%VERSION%-portable.zip QNapi
- cd ..
artifacts:
- path: win32\QNapi*zip
- path: win32\QNapi*exe
deploy:
provider: GitHub
description: This is latest snapshot release. Be careful - it may not be stable!
auth_token:
secure: W8Vjs744iJ2Tb6DWml0XY8LAOyj3FXlvA9ZhAlaIxCAYhjAL3e7yolizmaoLSlhy
artifact: /QNapi.*/
force_update: true
on:
appveyor_repo_tag: true

0 comments on commit 8818c9c

Please sign in to comment.