mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
new appveyor yml
This commit is contained in:
parent
598b5912d0
commit
6709d4012d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user