rssguard/.appveyor.yml

41 lines
1.2 KiB
YAML
Raw Normal View History

2016-08-25 09:45:21 +02:00
version: 666.{build}
2017-10-22 21:57:49 +02:00
skip_tags: false
2017-07-26 10:24:38 +02:00
os: Visual Studio 2017
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:
QTDIR: 'C:\Qt\5.12\msvc2017_64'
2017-07-26 06:45:47 +02:00
QMAKESPEC: win32-msvc
2017-07-26 10:28:02 +02:00
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
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:
2017-10-22 22:41:25 +02:00
- path: 'rssguard-build\*win64.exe'
2017-10-22 22:54:03 +02:00
name: rssguardexe
2017-10-22 21:56:05 +02:00
2017-10-22 22:41:25 +02:00
- path: 'rssguard-build\*win64.7z'
2017-10-22 22:54:03 +02:00
name: rssguard7z
2017-10-22 21:56:05 +02:00
deploy:
description: 'release by appveyor'
provider: GitHub
auth_token:
2019-04-05 10:32:02 +02:00
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
artifact: rssguardexe, rssguard7z
2017-10-22 21:56:05 +02:00
draft: false
prerelease: false
on:
2019-04-05 10:32:02 +02:00
appveyor_repo_tag: true
2017-10-22 21:56:05 +02:00
2016-08-25 06:53:31 +02:00
build_script:
2016-08-25 07:51:47 +02:00
- git submodule update --init --recursive
2019-06-12 08:06:33 +02:00
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
2019-06-12 08:08:45 +02:00
- ps: .\..\resources\scripts\.appveyor-build-win.ps1
2016-08-25 08:30:37 +02:00
2016-08-25 11:10:35 +02:00
on_success:
2017-10-24 08:30:12 +02:00
- ps: .\..\resources\scripts\.appveyor-install-win.ps1