aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-12-03 15:17:18 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-04-07 08:02:47 +0100
commit3072446274acf7f52f4cdfabc20a656e35ce942b (patch)
tree1eb1559b8936d779c0fde1bd56d1c969c23ef4cb /coin/platform_configs/macos.yaml
parent4d4ad69ba1e18e228c2e71542e74855e50a16797 (diff)
coin: Run macOS x86_64 developer build tests for all modules
Aligns the way we test x86_64 and arm64 developer builds. Pick-to: 6.2 6.3 Change-Id: I87ea5e183b5ee29c62304b22eaf20c4b46ec3b0d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'coin/platform_configs/macos.yaml')
-rw-r--r--coin/platform_configs/macos.yaml27
1 files changed, 24 insertions, 3 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 19f8bbfb..aa12bbee 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -82,17 +82,38 @@ Configurations:
# Test on all supported macOS versions (deployment targets)
-
+ Id: 'macos-10.14-x86_64-developer-build-tests'
+ Template: 'qtci-macos-10.14-x86_64'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly']
+ Platform dependency: 'macos-latest-xcode-x86_64-developer-build'
+ -
+ Id: 'macos-10.15-x86_64-developer-build-tests'
+ Template: 'qtci-macos-10.15-x86_64-102'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly']
+ Platform dependency: 'macos-latest-xcode-x86_64-developer-build'
+ -
+ Id: 'macos-11-x86_64-developer-build-tests'
+ Template: 'qtci-macos-11-x86_64-104'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly']
+ Platform dependency: 'macos-latest-xcode-x86_64-developer-build'
+ -
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-x86_64-developer-build-tests'
+ Template: 'qtci-macos-12-x86_64-102'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly']
+ Platform dependency: 'macos-latest-xcode-x86_64-developer-build'
+ -
Id: 'macos-12-arm64-developer-build-tests'
Template: 'qtci-macos-12-arm64'
Compiler: 'Clang'
Features: ['TestOnly']
Platform dependency: 'macos-latest-xcode-arm64-developer-build'
-
- # See macos-developer-build-tests.yaml for x86_64 tests,
- # as we limit those to qtbase and declarative.