new appveyor yml
This commit is contained in:
parent
598b5912d0
commit
6709d4012d
@ -14,6 +14,25 @@ environment:
|
|||||||
- qmake_args: 'USE_WEBENGINE=false'
|
- qmake_args: 'USE_WEBENGINE=false'
|
||||||
- qmake_args: 'USE_WEBENGINE=true'
|
- 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:
|
build_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- set "QT_PLUGIN_PATH=%QTDIR%\plugins"
|
- set "QT_PLUGIN_PATH=%QTDIR%\plugins"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user