Skip to content

Commit

Permalink
Update build matrix in AppVeyor script. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Dec 3, 2023
1 parent 1b0bad0 commit 25fbd45
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:

environment:
SOQT_VERSION: 1.6.1
COIN_VERSION: 4.0.1
COIN_VERSION: 4.0.2
SUPERGLU_VERSION: 1.3.1
GH_AUTH_TOKEN:
secure: 850frgRGZcc4Cljd2P7Ej68no4/kkl4EMB+DjnX725wcKBRJuFk/kGRdJGyKXd2u
Expand All @@ -43,23 +43,27 @@ environment:
# CMAKE_PLATFORM: x86
# CMAKE_ARCH_FLAGS: -m32
# COMPILER_ID: gcc
# # QT_DIR: C:\Qt\5.10.1\msvc2015

- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
CMAKE_GENERATOR: 'Unix Makefiles'
CMAKE_PLATFORM: x64
CMAKE_ARCH_FLAGS: -m64
COMPILER_ID: gcc
QT_ID: Qt5
# QT_DIR: C:\Qt\5.10.1\msvc2015

- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
CMAKE_GENERATOR: 'Unix Makefiles'
CMAKE_PLATFORM: x64
CMAKE_ARCH_FLAGS: -m64
COMPILER_ID: gcc
QT_ID: Qt5
# QT_DIR: C:\Qt\5.10.1\msvc2015

- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
CMAKE_GENERATOR: 'Unix Makefiles'
CMAKE_PLATFORM: x64
CMAKE_ARCH_FLAGS: -m64
COMPILER_ID: gcc
QT_ID: Qt5

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
# CMAKE_GENERATOR: 'Visual Studio 10 2010'
Expand Down

0 comments on commit 25fbd45

Please sign in to comment.