From 8c06db541a8fbf69c8885ec7938291c9837d38d4 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Wed, 10 Nov 2021 08:29:45 +0200 Subject: Add targets for macOS 12 arm64 Task-number: QTQAINFRA-4508 Pick-to: 6.2 Change-Id: I3b53b0c0654519644d56df1ea935724f68964241 Reviewed-by: Ville-Pekka Karhu --- coin/platform_configs/macos.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 @@ -58,9 +64,21 @@ Configurations: 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-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' -- cgit v1.2.3