aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-09-15 10:41:57 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-10-28 21:38:26 +0000
commit7cc0a72d44ba178c3ec8541e9f5333b66d8d22c4 (patch)
tree1f2711b2a00722b62a48ee6a27f2c7b14725cdfe /coin/platform_configs/macos.yaml
parent530f00502a72fb6807afe5150efd214da98e614a (diff)
coin: Add insignificant configurations for macOS 14
Change-Id: Iab3aea900d570a10a1e4100665ea2b4f7b89afbb Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'coin/platform_configs/macos.yaml')
-rw-r--r--coin/platform_configs/macos.yaml30
1 files changed, 30 insertions, 0 deletions
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'