From 96733116263e30d83e6eb9ad7007a7c6aa55a21d 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: Add 'Packaging' feature for Mac TestOnly CI configs This will allow exporting the testlogs for release. Pick-to: 6.1 Pick-to: 6.2 Task-number: QTBUG-94111 Change-Id: Ib0db2b8ba0814539f235ddff412653e797b3f3e2 Reviewed-by: Jani Heikkinen --- coin/platform_configs/macos.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coin/platform_configs/macos.yaml') diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 1b5dfd4c..00336bb2 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -19,25 +19,25 @@ 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-universal-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-universal-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-universal-packaging-build' - Id: 'macos-11-arm64-tests' Template: 'qtci-macos-11.0-arm64' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] + Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-latest-xcode-universal-packaging-build' # Build developer builds for all modules, but only run tests for qtbase and declarative. -- cgit v1.2.3