Use MinGW 11.2.

This commit is contained in:
Roman Telezhynskyi 2023-02-23 11:00:16 +02:00
parent b88b4b2285
commit 0599aaaedd

View file

@ -47,7 +47,7 @@ environment:
QT: Qt\6.4.0\mingw_64 QT: Qt\6.4.0\mingw_64
QT_VERSION: Qt6_4 QT_VERSION: Qt6_4
BUILD_SYSTEM: "qbs" BUILD_SYSTEM: "qbs"
MINGW_PATH: C:\Qt\Tools\mingw900_64\bin MINGW_PATH: C:\Qt\Tools\mingw1120_64\bin
ARCH: x64 ARCH: x64
PYTHON: "C:\\Python311-x64" PYTHON: "C:\\Python311-x64"
PLATFORM: "Windows10+" PLATFORM: "Windows10+"
@ -331,7 +331,6 @@ for:
- qbs setup-qt %QTDIR%\bin\qmake.exe qt6 - qbs setup-qt %QTDIR%\bin\qmake.exe qt6
- qbs-config defaultProfile qt6 - qbs-config defaultProfile qt6
- dir "C:\Qt\Tools" - dir "C:\Qt\Tools"
- dir "C:\Qt\Tools\mingw900_64"
- ps: | - ps: |
if ($env:COMPILER -eq "msvc") if ($env:COMPILER -eq "msvc")
{ {
@ -460,7 +459,7 @@ for:
init: init:
- sudo xcode-select -p - sudo xcode-select -p
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer - sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
- brew update > /dev/null - brew update > /dev/null
- brew install coreutils qbs cmake - brew install coreutils qbs cmake
- | - |
@ -501,7 +500,7 @@ for:
init: init:
- sudo xcode-select -p - sudo xcode-select -p
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer - sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
- clang --version - clang --version
- ${QT}/qmake --version - ${QT}/qmake --version
- which ${QT}/qmake - which ${QT}/qmake