mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
We support Xcode 14 (SDK 13) as the minimum, documented on https://doc-snapshots.qt.io/qt6-dev/macos.html Bump our macos static tests and ios tests platforms to build on macOS 13, just like all other macos configs, and to also follow what we document. We can then enforce the minimum SDK version as a build time error when building qtbase. Change-Id: I7ce223983a31c14f8997d2e6f9b061909e326f6d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
15 lines
464 B
YAML
15 lines
464 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: "ios-tests-on-macos"
|
|
Template: 'qtci-macos-13-x86_64-103'
|
|
Target os: 'IOS_ANY'
|
|
Target arch: 'arm64'
|
|
Compiler: 'Clang'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'macos-universal-on-x86_64'
|
|
Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-debug-and-release -nomake examples -platform macx-ios-clang'
|
|
]
|