appveyor token
This commit is contained in:
parent
6470943384
commit
0befe0fa5a
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ environment:
|
||||||
QMAKESPEC: win32-msvc
|
QMAKESPEC: win32-msvc
|
||||||
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
|
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
|
||||||
access_token:
|
access_token:
|
||||||
secure: bM8uJbH7GK+2EW6aL8D0/qwwdM/lzW6y2odXWs/VcMq+nUBZa68x+k3EpZEAo6iT
|
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
|
||||||
matrix:
|
matrix:
|
||||||
- qmake_args: 'USE_WEBENGINE=false'
|
- qmake_args: 'USE_WEBENGINE=false'
|
||||||
- qmake_args: 'USE_WEBENGINE=true'
|
- qmake_args: 'USE_WEBENGINE=true'
|
||||||
|
@ -25,12 +25,12 @@ deploy:
|
||||||
description: 'release by appveyor'
|
description: 'release by appveyor'
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: XCWdr9wPgK4gm6289WXCg2vtMA02eBSnj6eKHC+ps6Z5lgw0jsK09UQ5y9E9ZFwS # your encrypted token from GitHub
|
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
|
||||||
artifact: rssguardexe, rssguard7z # upload all NuGet packages to release assets
|
artifact: rssguardexe, rssguard7z
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true # deploy on tag push only
|
appveyor_repo_tag: true
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
Loading…
Add table
Reference in a new issue