aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-05-31 14:58:09 +0300
committerSimo Fält <simo.falt@qt.io>2021-06-10 13:23:25 +0300
commit82c42de83428d475404505b470f109a4b1d4eeb9 (patch)
treec0edcca23944ead3f1f5d0a9dd2dc840fef199f0
parentdc7c53aa05361f06491c49b0f0749828c2585c56 (diff)
Add 'Packaging' feature for Mac TestOnly CI configs
This will allow exporting the testlogs for release. Task-number: QTBUG-94111 Change-Id: Ib0db2b8ba0814539f235ddff412653e797b3f3e2 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 96733116263e30d83e6eb9ad7007a7c6aa55a21d)
-rw-r--r--coin/platform_configs/macos.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 708bca8f..5b2ef56c 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -17,19 +17,19 @@ Configurations:
Id: 'macos-10.14-x86_64-tests'
Template: 'qtci-macos-10.14-x86_64'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly']
+ Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
-
Id: 'macos-10.15-x86_64-tests'
Template: 'qtci-macos-10.15-x86_64-102'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly']
+ Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
-
Id: 'macos-11-x86_64-tests'
Template: 'qtci-macos-11.0-x86_64-102'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly']
+ Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
# Build developer builds for all modules, but only run tests for qtbase and declarative.