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
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-07 20:19:07 +0000
commitdd4edc544597734568c9657b08e353364ca9c231 (patch)
tree5e5cdd66a7cd9f02b4bcdae01f7d619f2239049f /coin/platform_configs/macos.yaml
parentc05d17862b357f6ca336347a68253bad06333820 (diff)
coin: Run macOS x86_64 developer build tests for all modules
Aligns the way we test x86_64 and arm64 developer builds. Change-Id: I87ea5e183b5ee29c62304b22eaf20c4b46ec3b0d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 3072446274acf7f52f4cdfabc20a656e35ce942b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 0638daca..7985a109 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.