Skip to content

Commit

Permalink
Enable deployment to Github from AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Sep 27, 2015
1 parent b15735d commit d46129f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,21 @@ build_script:

artifacts:
- path: '%BUILD_PATH%\lib'
name: CppSharp-$(VS_VERSION)-master-$(APPVEYOR_BUILD_NUMBER)
type: zip

#---------------------------------#
# deployment configuration #
#---------------------------------#

deploy: off

deploy:
release: 'CppSharp'
description: "Latest successful CI builds of branch 'master'"
provider: GitHub
auth_token:
secure: tSYxyXeLtE0f6ZsXsGaHZEAw5Nj4TcgN/rx8uCfPnRjcE55OLAVn/8WXEiovNXLt
artifact: CppSharp-$(VS_VERSION)-master-$(APPVEYOR_BUILD_NUMBER).zip
draft: true
prerelease: true
on:
branch: master

0 comments on commit d46129f

Please sign in to comment.