Fix xcode version.
This commit is contained in:
parent
dd3afe808e
commit
db67a484b9
22
appveyor.yml
22
appveyor.yml
|
@ -84,7 +84,7 @@ environment:
|
||||||
QT_VERSION: Qt6_4
|
QT_VERSION: Qt6_4
|
||||||
BUILD_SYSTEM: "qbs"
|
BUILD_SYSTEM: "qbs"
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
XCODE_VERSION: 12.5.1
|
XCODE_VERSION: 13.4.1
|
||||||
PLATFORM: "macOS11+"
|
PLATFORM: "macOS11+"
|
||||||
MACOS_DEPLOYMENT_TARGET: 11.0
|
MACOS_DEPLOYMENT_TARGET: 11.0
|
||||||
MULTI_BUNDLE: true
|
MULTI_BUNDLE: true
|
||||||
|
@ -98,7 +98,7 @@ environment:
|
||||||
QT_VERSION: Qt6_4
|
QT_VERSION: Qt6_4
|
||||||
BUILD_SYSTEM: "qbs"
|
BUILD_SYSTEM: "qbs"
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
XCODE_VERSION: 12.5.1
|
XCODE_VERSION: 13.4.1
|
||||||
PLATFORM: "macOS11+"
|
PLATFORM: "macOS11+"
|
||||||
MACOS_DEPLOYMENT_TARGET: 11.0
|
MACOS_DEPLOYMENT_TARGET: 11.0
|
||||||
MULTI_BUNDLE: false
|
MULTI_BUNDLE: false
|
||||||
|
@ -327,22 +327,22 @@ for:
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- qbs setup-toolchains --detect
|
- qbs-setup-toolchains --detect
|
||||||
- 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"
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:COMPILER -eq "msvc")
|
if ($env:COMPILER -eq "msvc")
|
||||||
{
|
{
|
||||||
& qbs.exe setup-toolchains $env:MSVC_PATH\cl.exe --type msvc $env:COMPILER
|
& qbs-setup-toolchains.exe --type msvc $env:MSVC_PATH\cl.exe $env:COMPILER
|
||||||
& qbs.exe config profiles.qt6.baseProfile $env:COMPILER
|
& qbs-config.exe profiles.qt6.baseProfile $env:COMPILER
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
& qbs.exe setup-toolchains $env:MINGW_PATH\g++.exe --type mingw $env:COMPILER
|
& qbs-setup-toolchains.exe --type mingw $env:MINGW_PATH\g++.exe $env:COMPILER
|
||||||
& qbs.exe config profiles.qt6.baseProfile $env:COMPILER
|
& qbs-config.exe profiles.qt6.baseProfile $env:COMPILER
|
||||||
}
|
}
|
||||||
- qbs config --list profiles
|
- qbs-config --list profiles
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- qbs build -f valentina.qbs -d %APPVEYOR_BUILD_FOLDER%\build --command-echo-mode command-line config:release qbs.installRoot:%APPVEYOR_BUILD_FOLDER%\build\install-root\valentina profile:qt6 project.enableConan:true modules.buildconfig.enableCcache:false
|
- qbs build -f valentina.qbs -d %APPVEYOR_BUILD_FOLDER%\build --command-echo-mode command-line config:release qbs.installRoot:%APPVEYOR_BUILD_FOLDER%\build\install-root\valentina profile:qt6 project.enableConan:true modules.buildconfig.enableCcache:false
|
||||||
|
@ -461,6 +461,7 @@ for:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||||
- sudo xcode-select -p
|
- sudo xcode-select -p
|
||||||
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
|
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
|
||||||
|
- sudo xcode-select -p
|
||||||
- brew update > /dev/null
|
- brew update > /dev/null
|
||||||
- brew install coreutils qbs cmake
|
- brew install coreutils qbs cmake
|
||||||
- |
|
- |
|
||||||
|
@ -487,7 +488,7 @@ for:
|
||||||
- qbs setup-toolchains --detect
|
- qbs setup-toolchains --detect
|
||||||
- qbs config --list profiles
|
- qbs config --list profiles
|
||||||
- qbs setup-qt ${QT}/qmake qt6
|
- qbs setup-qt ${QT}/qmake qt6
|
||||||
- qbs-config defaultProfile qt6
|
- qbs config defaultProfile qt6
|
||||||
- qbs config profiles.qt6.baseProfile clang
|
- qbs config profiles.qt6.baseProfile clang
|
||||||
- qbs build -f valentina.qbs -d ${APPVEYOR_BUILD_FOLDER}/build --command-echo-mode command-line config:release modules.buildconfig.enableUnitTests:false modules.buildconfig.enableMultiBundle:${MULTI_BUNDLE} qbs.installRoot:${APPVEYOR_BUILD_FOLDER}/build/install-root profile:qt6 project.enableConan:true project.minimumMacosVersion:${MACOS_DEPLOYMENT_TARGET} modules.buildconfig.enableCcache:false
|
- qbs build -f valentina.qbs -d ${APPVEYOR_BUILD_FOLDER}/build --command-echo-mode command-line config:release modules.buildconfig.enableUnitTests:false modules.buildconfig.enableMultiBundle:${MULTI_BUNDLE} qbs.installRoot:${APPVEYOR_BUILD_FOLDER}/build/install-root profile:qt6 project.enableConan:true project.minimumMacosVersion:${MACOS_DEPLOYMENT_TARGET} modules.buildconfig.enableCcache:false
|
||||||
|
|
||||||
|
@ -503,6 +504,7 @@ for:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.ap
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.ap
|
||||||
- sudo xcode-select -p
|
- sudo xcode-select -p
|
||||||
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
|
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
|
||||||
|
- sudo xcode-select -p
|
||||||
- clang --version
|
- clang --version
|
||||||
- ${QT}/qmake --version
|
- ${QT}/qmake --version
|
||||||
- which ${QT}/qmake
|
- which ${QT}/qmake
|
||||||
|
|
Loading…
Reference in New Issue
Block a user