build: appveyor: try setting up auto deployments
This commit is contained in:
parent
4278a38f36
commit
d719157311
13
appveyor.yml
13
appveyor.yml
|
|
@ -26,4 +26,15 @@ build_script:
|
||||||
|
|
||||||
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
artifacts:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue