2016-08-25 09:45:21 +02:00
|
|
|
version: 666.{build}
|
2017-10-22 21:57:49 +02:00
|
|
|
skip_tags: false
|
2020-04-27 11:08:26 +02:00
|
|
|
os: Visual Studio 2019
|
2016-08-25 06:53:31 +02:00
|
|
|
clone_depth: 1
|
2016-09-23 08:52:50 +02:00
|
|
|
clone_folder: C:\rssguard
|
2016-08-25 07:13:31 +02:00
|
|
|
|
|
|
|
environment:
|
2020-04-28 21:15:58 +02:00
|
|
|
QTVER: '5.14'
|
|
|
|
QTREV: '2'
|
2020-04-27 10:23:49 +02:00
|
|
|
QTDIR: 'C:\Qt\5.14.2\msvc2017_64'
|
2017-07-26 06:45:47 +02:00
|
|
|
QMAKESPEC: win32-msvc
|
2016-08-25 08:30:37 +02:00
|
|
|
access_token:
|
2019-04-05 10:32:02 +02:00
|
|
|
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
|
2016-09-23 08:52:50 +02:00
|
|
|
matrix:
|
|
|
|
- qmake_args: 'USE_WEBENGINE=false'
|
|
|
|
- qmake_args: 'USE_WEBENGINE=true'
|
2017-10-22 21:56:05 +02:00
|
|
|
|
|
|
|
artifacts:
|
2020-04-28 11:14:26 +02:00
|
|
|
- path: 'rssguard-build\src\rssguard\*win64.exe'
|
2017-10-22 22:54:03 +02:00
|
|
|
name: rssguardexe
|
2017-10-22 21:56:05 +02:00
|
|
|
|
2020-04-28 11:14:26 +02:00
|
|
|
- path: 'rssguard-build\src\rssguard\*win64.7z'
|
2017-10-22 22:54:03 +02:00
|
|
|
name: rssguard7z
|
2017-10-22 21:56:05 +02:00
|
|
|
|
|
|
|
deploy:
|
2020-05-01 20:34:28 +02:00
|
|
|
- provider: BinTray
|
|
|
|
username: martinrotter
|
|
|
|
api_key:
|
|
|
|
secure: T463Ei805xAQcxqvtTu7WDsfCmhqViVTdwzPQdyXVLovhTNLR3R5ZnPXMEuGCYJY
|
|
|
|
subject: martinrotter
|
|
|
|
repo: rssguard
|
|
|
|
package: Development
|
2020-05-03 20:08:07 +02:00
|
|
|
version: Windows
|
2020-05-01 20:34:28 +02:00
|
|
|
publish: true
|
|
|
|
override: true
|
|
|
|
explode: false
|
2020-05-01 20:25:18 +02:00
|
|
|
- provider: GitHub
|
|
|
|
description: 'release by appveyor'
|
|
|
|
auth_token:
|
|
|
|
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
|
|
|
|
artifact: rssguardexe, rssguard7z
|
|
|
|
draft: false
|
|
|
|
prerelease: false
|
|
|
|
on:
|
|
|
|
appveyor_repo_tag: true
|
2017-10-22 21:56:05 +02:00
|
|
|
|
2016-08-25 06:53:31 +02:00
|
|
|
build_script:
|
2020-04-28 12:49:19 +02:00
|
|
|
- git submodule update --init --recursive --remote
|
2020-04-27 11:12:27 +02:00
|
|
|
- '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"'
|
2020-05-03 20:08:07 +02:00
|
|
|
- ps: .\resources\scripts\.appveyor-build-win.ps1
|