Browse Source

Enable deployment to Github from AppVeyor.

pull/563/head CppSharp
triton 10 years ago
parent
commit
d46129f45d
  1. 14
      appveyor.yml

14
appveyor.yml

@ -49,11 +49,21 @@ build_script: @@ -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

Loading…
Cancel
Save