Skip to content

Commit

Permalink
AppVeyor: Updated builds to Qt 6.8 (#4136)
Browse files Browse the repository at this point in the history
Updated the image to 'Visual Studio 2022' since Qt 6.8 no longer ships
with binaries for VS 2019.

Updated to Qbs 2.4.1 to match the version used in GitHub Actions.
  • Loading branch information
bjorn authored Jan 9, 2025
1 parent 884f8e2 commit bd14def
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clone_depth: 200
version: '1.11.{build}'
image:
- Visual Studio 2019
- Visual Studio 2022

cache:
- C:\Users\appveyor\.m2
Expand All @@ -12,15 +12,15 @@ environment:
BUTLER_API_KEY:
secure: j7JM5L6KeqpnQukzJLsm7J6oV92SpmyEZLSoED1pZ3gQ79VIkdxtbQmTkqUNZPsz
matrix:
- QTDIR: C:\Qt\6.7\msvc2019_64
- QTDIR: C:\Qt\6.8\msvc2022_64
PYTHONHOME: C:\Python312-x64
DEFAULT_PROFILE: MSVC2019-x64
DEFAULT_PROFILE: MSVC2022-x64
PUSH_RELEASE: false
ENABLE_ZSTD: false
- QTDIR: C:\Qt\6.7\mingw_64
- QTDIR: C:\Qt\6.8\mingw_64
PYTHONHOME: C:\Python312-x64
MINGW: C:\Qt\Tools\mingw1120_64
DEFAULT_PROFILE: x86_64-w64-mingw32-gcc-11_2_0
MINGW: C:\Qt\Tools\mingw1310_64
DEFAULT_PROFILE: x86_64-w64-mingw32-gcc-13_1_0
PUSH_RELEASE: true
ENABLE_ZSTD: true
TILED_ITCH_CHANNEL: windows-64bit
Expand All @@ -35,7 +35,7 @@ environment:
configuration: Release

install:
- choco install -y qbs --version 2.2.1
- choco install -y qbs --version 2.4.1
- nuget install secure-file -ExcludeVersion
- set PATH=%PATH%;%QTDIR%\bin;%MINGW%\bin

Expand Down

0 comments on commit bd14def

Please sign in to comment.