From 82c42de83428d475404505b470f109a4b1d4eeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 31 May 2021 14:58:09 +0300 Subject: [PATCH] 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 (cherry picked from commit 96733116263e30d83e6eb9ad7007a7c6aa55a21d) --- coin/platform_configs/macos.yaml | 6 +++--- 1 file 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.