Skip to content

Commit

Permalink
qtdiag commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartinez82 committed Oct 9, 2023
1 parent 410942a commit 27434c2
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ max_jobs: 5
# environment variables
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
qtver: 6.5
qtbin: msvc2019_64
msvcname: Visual Studio 16 2019
cmake_args: -A x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
qtver: 5.12
qtbin: msvc2017_64
msvcname: Visual Studio 15 2017 Win64
cmake_args:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
qtver: 5.12
qtbin: msvc2017
msvcname: Visual Studio 15 2017
cmake_args:
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# qtver: 6.5
# qtbin: msvc2019_64
# msvcname: Visual Studio 16 2019
# cmake_args: -A x64
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# qtver: 5.12
# qtbin: msvc2017_64
# msvcname: Visual Studio 15 2017 Win64
# cmake_args:
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# qtver: 5.12
# qtbin: msvc2017
# msvcname: Visual Studio 15 2017
# cmake_args:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
qtver: 6.5
qtbin: msvc2019_arm64
Expand All @@ -49,6 +49,7 @@ before_build:
- set SIGNING=false
- set INNSPATH=C:\Program Files (x86)\Inno Setup 5;C:\Program Files (x86)\Inno Setup 6
- set PATH=C:\Qt\%qtver%\%qtbin%\bin;%INNSPATH%;%PATH%
- qtdiag
- ps: if($env:APPVEYOR_REPO_BRANCH -eq "stellarium-next") { $env:PUBLISH_BINARY = 'true' }
- ps: if($env:APPVEYOR_REPO_BRANCH -eq "stellarium-stable") { $env:PUBLISH_BINARY = 'true' }
- ps: if($env:APPVEYOR_REPO_BRANCH -eq "stellarium-oldstable") { $env:PUBLISH_BINARY = 'true' }
Expand Down

0 comments on commit 27434c2

Please sign in to comment.