build: appveyor: try setting up auto deployments

This commit is contained in:
Eric Wasylishen 2016-10-02 22:18:49 -06:00
parent 4278a38f36
commit d719157311
1 changed files with 12 additions and 1 deletions

View File

@ -26,4 +26,15 @@ build_script:
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- path: cmakebuild\*.zip
- path: cmakebuild\*.zip
deploy:
description: 'tyrutils-$APPVEYOR_REPO_TAG_NAME'
provider: GitHub
auth_token:
secure: 'kTa/cPIBtiixoSjXq1WoVD04ZFzbGhTPcPChAkh99Kf5Sqhy+kE8E3jUYe28nPDO'
artifact: cmakebuild\*.zip
draft: true
prerelease: false
on:
branch: master
appveyor_repo_tag: true