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