Temporary disable Qt 6.5 + MinGW.

This commit is contained in:
Roman Telezhynskyi 2024-01-20 14:10:00 +02:00
parent 225cb47f17
commit 2ba85ced32

View File

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