aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-11-10 08:29:45 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2021-11-15 16:00:12 +0200
commit8c06db541a8fbf69c8885ec7938291c9837d38d4 (patch)
tree965c3c4b2ba854812478a59bac362ae5c610ed11 /coin/platform_configs/macos.yaml
parent7294c6a80be4fd2088be86d9db110fe722bdca41 (diff)
Add targets for macOS 12 arm64
Task-number: QTQAINFRA-4508 Pick-to: 6.2 Change-Id: I3b53b0c0654519644d56df1ea935724f68964241 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
Diffstat (limited to 'coin/platform_configs/macos.yaml')
-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 b6fedd8b..81ed1a83 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -39,6 +39,12 @@ Configurations:
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
+ -
+ Id: 'macos-12-arm64-tests'
+ Template: 'qtci-macos-12-arm64'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests']
+ Platform dependency: 'macos-latest-xcode-universal-packaging-build'
# Build x86_64 developer-builds for all modules, but only run tests for qtbase and declarative.
# See macos-developer-build-tests.yaml for the tests
@@ -59,8 +65,20 @@ Configurations:
Features: ['DoNotRunTests', 'WarningsAreErrors']
Configure arguments: '-DFEATURE_developer_build=ON -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_separate_debug_info=ON -DFEATURE_framework=ON'
-
+ Id: 'macos-12-xcode-arm64-developer-build'
+ Template: 'qtci-macos-12-arm64'
+ Compiler: 'Clang'
+ Features: ['DoNotRunTests', 'WarningsAreErrors']
+ Configure arguments: '-DFEATURE_developer_build=ON -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_separate_debug_info=ON -DFEATURE_framework=ON'
+ -
Id: 'macos-11-arm64-developer-build-tests'
Template: 'qtci-macos-11.0-arm64'
Compiler: 'Clang'
Features: ['TestOnly']
Platform dependency: 'macos-latest-xcode-arm64-developer-build'
+ -
+ Id: 'macos-12-arm64-developer-build-tests'
+ Template: 'qtci-macos-12-arm64'
+ Compiler: 'Clang'
+ Features: ['TestOnly', 'InsignificantTests']
+ Platform dependency: 'macos-12-xcode-arm64-developer-build'