aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-09 17:17:14 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-11 09:53:30 +0100
commit2586e0f3bd07d1107e8762e0cf4902a0c12b06e1 (patch)
tree2a0cdb75a5f651461bae7b82dddf18400afbe52d /coin/platform_configs
parentbc4797a7e879ce84bb0267077fb5e32d1d90984f (diff)
Add macOS 13 on Apple Silicon as insignificant platform (for now)
Task-number: QTBUG-104210 Change-Id: Ic9f6a1b0a93e762a643fb98d31d1a3b82bdd61ea Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/macos.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 60c29a34..394c1e1b 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -73,6 +73,15 @@ Configurations:
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
]
-
+ Id: 'macos-13-arm64-tests'
+ Template: 'qtci-macos-13-arm64'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests']
+ Platform dependency: 'macos-latest-xcode-universal-packaging-build'
+ Environment variables: [
+ 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
+ ]
+ -
Id: 'macos-12-x86_64-tests'
Template: 'qtci-macos-12-x86_64-105'
Compiler: 'Clang'
@@ -177,3 +186,12 @@ Configurations:
Environment variables: [
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
]
+ -
+ Id: 'macos-13-arm64-developer-build-tests'
+ Template: 'qtci-macos-13-arm64'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-latest-xcode-arm64-developer-build'
+ Environment variables: [
+ 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
+ ]