aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/platform_configs/macos.yaml29
1 files changed, 19 insertions, 10 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index a05dd907..4534540a 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -35,6 +35,8 @@ Configurations:
# Test on all supported macOS versions (deployment targets)
+ # On x86_64
+
-
Id: 'macos-11-x86_64-tests'
Template: 'qtci-macos-11-x86_64-106'
@@ -42,35 +44,41 @@ Configurations:
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
- Id: 'macos-11-arm64-tests'
- Template: 'qtci-macos-11.0-arm64'
+ Id: 'macos-12-x86_64-tests'
+ Template: 'qtci-macos-12-x86_64-106'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
- Id: 'macos-12-arm64-tests'
- Template: 'qtci-macos-12-arm64'
+ Id: 'macos-13-x86_64-tests'
+ Template: 'qtci-macos-13-x86_64-103'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
+
+ # And arm64
+
-
- Id: 'macos-13-arm64-tests'
- Template: 'qtci-macos-13-arm64'
+ Id: 'macos-11-arm64-tests'
+ Template: 'qtci-macos-11.0-arm64'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
- Id: 'macos-12-x86_64-tests'
- Template: 'qtci-macos-12-x86_64-106'
+ Id: 'macos-12-arm64-tests'
+ Template: 'qtci-macos-12-arm64'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
- Id: 'macos-13-x86_64-tests'
- Template: 'qtci-macos-13-x86_64-103'
+ Id: 'macos-13-arm64-tests'
+ Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
+
+ # Test the universal packaging built on arm64
+
-
Id: 'macos-12-arm-on-arm64-tests'
Template: 'qtci-macos-12-arm64'
@@ -89,6 +97,7 @@ Configurations:
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-universal-on-arm64'
+
# =========================================================================
# Developer build. Single architecture builds.
# =========================================================================