Skip to content

Commit

Permalink
Update appveyor.yml build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein authored Jan 27, 2025
1 parent 2607e09 commit d1c6543
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,6 @@ environment:
QT_ID: Qt6.5
QT_DIR: C:\Qt\6.5\msvc2019_64

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CMAKE_GENERATOR: 'Visual Studio 16 2019'
CMAKE_ARCHITECTURE: x64
CMAKE_PLATFORM: x64
COMPILER_ID: msvc16
QT_ID: Qt6.7
QT_DIR: C:\Qt\6.7\msvc2019_64

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
CMAKE_GENERATOR: 'Visual Studio 17 2022'
CMAKE_ARCHITECTURE: Win32
Expand Down Expand Up @@ -231,8 +223,8 @@ environment:
CMAKE_ARCHITECTURE: x64
CMAKE_PLATFORM: x64
COMPILER_ID: msvc17
QT_ID: Qt6.7
QT_DIR: C:\Qt\6.7\msvc2019_64
QT_ID: Qt6.8
QT_DIR: C:\Qt\6.8\msvc2022_64

install:
- sh: |
Expand Down

0 comments on commit d1c6543

Please sign in to comment.