aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-11-10 08:29:45 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-15 17:35:37 +0000
commit08a0a1ce466247f287849c0f643488d051aa0628 (patch)
tree64e93b77af0dc960ce4ee9bc08baae158ac4b349
parent6bd3c8ed27ea3182c32b5f4347be6ae8968cbae4 (diff)
Add targets for macOS 12 arm64
Task-number: QTQAINFRA-4508 Change-Id: I3b53b0c0654519644d56df1ea935724f68964241 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 8c06db541a8fbf69c8885ec7938291c9837d38d4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 0612bb33..9315a808 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
@@ -62,8 +68,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 -DPostgreSQL_ROOT={{.Env.POSTGRESQLBINPATH}}/..'
-
+ 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'