diff --git a/appveyor.yml b/appveyor.yml index 054443a62..fb2672c12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,28 +62,28 @@ environment: DEPLOY: true RUN_TESTS: true - - job_name: Windows_Qt_6_5_(GCC_x64) - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 - COMPILER: mingw - COMPILER_CPPSTD: gnu17 - COMPILER_LIBCXX: libstdc++11 - QT: Qt\6.5\mingw_64 - QT_VERSION: Qt6_5 - BUILD_SYSTEM: "qbs" - QMAKE: qmake.exe - ENABLE_PCH: true - GCC_VERSION: 13.2 - MINGW_PATH: C:\ProgramData\mingw64\mingw64\bin - ARCH: x64 - PYTHON: "C:\\Python311-x64" - PLATFORM: "Windows10+" - CHOCOLATEY_PACKAGES: true - CHOCOLATEY_MINGW_VERSION: 13.2.0 - WINDEPLOYQT_BIN_PATH: "undefined" - WINDEPLOYQT_COMPILER_RUNTIME: "false" - WINDEPLOYQT_NO_COMPILER_RUNTIME: "true" - DEPLOY: true - RUN_TESTS: true +# - job_name: Windows_Qt_6_5_(GCC_x64) +# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 +# COMPILER: mingw +# COMPILER_CPPSTD: gnu17 +# COMPILER_LIBCXX: libstdc++11 +# QT: Qt\6.5\mingw_64 +# QT_VERSION: Qt6_5 +# BUILD_SYSTEM: "qbs" +# QMAKE: qmake.exe +# ENABLE_PCH: true +# GCC_VERSION: 13.2 +# MINGW_PATH: C:\ProgramData\mingw64\mingw64\bin +# ARCH: x64 +# PYTHON: "C:\\Python311-x64" +# PLATFORM: "Windows10+" +# CHOCOLATEY_PACKAGES: true +# CHOCOLATEY_MINGW_VERSION: 13.2.0 +# WINDEPLOYQT_BIN_PATH: "undefined" +# WINDEPLOYQT_COMPILER_RUNTIME: "false" +# WINDEPLOYQT_NO_COMPILER_RUNTIME: "true" +# DEPLOY: true +# RUN_TESTS: true - job_name: MacOS_10_15_Qt_5_15 (qbs, multibundle) APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey @@ -274,8 +274,8 @@ environment: matrix: fast_finish: false exclude: - - platform: x86 - job_name: Windows_Qt_6_5_(GCC_x64) +# - platform: x86 +# job_name: Windows_Qt_6_5_(GCC_x64) - platform: x86 job_name: Windows_Qt_6_5_(MSVC_x64) - platform: x86 @@ -314,7 +314,7 @@ for: - matrix: only: - - job_name: Windows_Qt_6_5_(GCC_x64) +# - job_name: Windows_Qt_6_5_(GCC_x64) - job_name: Windows_Qt_6_5_(MSVC_x64) - job_name: Windows_Qt_5_15_(qbs_GCC_x64) - job_name: Windows_Qt_5_15_(qbs_MSVC_x64)