Temporary disable Qt 6.5 + MinGW.
This commit is contained in:
parent
225cb47f17
commit
2ba85ced32
50
appveyor.yml
50
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user