Update appveyor.yml

This commit is contained in:
Jan W. Krieger 2024-09-18 17:45:27 +02:00 committed by GitHub
parent d62e16a686
commit b65da26c0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ environment:
- NAME: "Ubuntu2004: CMake, Qt6" - NAME: "Ubuntu2004: CMake, Qt6"
QTABI: gcc_64 QTABI: gcc_64
COMPILER: GCC COMPILER: GCC
QTVER: 6.6 QTVER: 6.7
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
CMAKE_GENERATOR: "Unix Makefiles" CMAKE_GENERATOR: "Unix Makefiles"
INSTALL_QMAKE5: true INSTALL_QMAKE5: true
@ -82,7 +82,7 @@ environment:
- NAME: "Ubuntu2004: CMake-FetchContent, Qt6" - NAME: "Ubuntu2004: CMake-FetchContent, Qt6"
QTABI: gcc_64 QTABI: gcc_64
COMPILER: GCC COMPILER: GCC
QTVER: 6.6 QTVER: 6.7
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
CMAKE_GENERATOR: "Unix Makefiles" CMAKE_GENERATOR: "Unix Makefiles"
TEST_FETCHCONTENT: true TEST_FETCHCONTENT: true