From 7cc0a72d44ba178c3ec8541e9f5333b66d8d22c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 15 Sep 2023 10:41:57 +0200 Subject: [PATCH] coin: Add insignificant configurations for macOS 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iab3aea900d570a10a1e4100665ea2b4f7b89afbb Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 4534540a..0e22a933 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -55,6 +55,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-14-x86_64-tests' + Template: 'qtci-macos-14-x86_64-105' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'Insignificant'] + Platform dependency: 'macos-universal-on-x86_64' # And arm64 @@ -76,6 +82,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-14-arm64-tests' + Template: 'qtci-macos-14-arm64' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'Insignificant'] + Platform dependency: 'macos-universal-on-x86_64' # Test the universal packaging built on arm64 @@ -97,6 +109,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-universal-on-arm64' + - + Id: 'macos-14-arm-on-x86_64-tests' + Template: 'qtci-macos-14-x86_64-105' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Insignificant'] + Platform dependency: 'macos-universal-on-arm64' # ========================================================================= # Developer build. Single architecture builds. @@ -165,3 +183,15 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-13-arm64-developer-build' + - + Id: 'macos-14-x86_64-developer-build-tests' + Template: 'qtci-macos-14-x86_64-105' + Compiler: 'Clang' + Features: ['TestOnly', 'Insignificant'] + Platform dependency: 'macos-13-x86_64-developer-build' + - + Id: 'macos-14-arm64-developer-build-tests' + Template: 'qtci-macos-14-arm64' + Compiler: 'Clang' + Features: ['TestOnly', 'Insignificant'] + Platform dependency: 'macos-13-arm64-developer-build'