new appveyor yml

This commit is contained in:
Martin Rotter 2017-10-22 21:56:05 +02:00
parent 598b5912d0
commit 6709d4012d

View File

@ -13,7 +13,26 @@ environment:
matrix:
- qmake_args: 'USE_WEBENGINE=false'
- qmake_args: 'USE_WEBENGINE=true'
artifacts:
- path: '**\rssguard*win64.exe'
name: rssguard-exe
- path: '**\rssguard*win64.7z'
name: rssguard-7z
deploy:
description: 'release by appveyor'
provider: GitHub
auth_token:
secure: XCWdr9wPgK4gm6289WXCg2vtMA02eBSnj6eKHC+ps6Z5lgw0jsK09UQ5y9E9ZFwS # your encrypted token from GitHub
artifact: /rssguard-build\\.*win64\.(exe|7z)/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only
build_script:
- git submodule update --init --recursive
- set "QT_PLUGIN_PATH=%QTDIR%\plugins"