From dc592b73d6b8313cf9b3bfa64792b650bf0ed39e Mon Sep 17 00:00:00 2001 From: Olli Vuolteenaho Date: Thu, 9 Oct 2025 09:25:08 +0300 Subject: [PATCH] Build and package Qt Gradle Plugin in CI We want to add automation to the Qt Gradle Plugin build / packaging / release process. The first step is to build the JARs in CI and upload those to internal servers. To enable this we'll change the Linux configuration to also build the binaries instead of only testing. The "Packaging" feature is added to enable fetching the binaries after successful integrations. Task-number: QTTA-238 Task-number: QTBUG-142800 Change-Id: I004f1171d7c28c59fad057306c6e1c89007cfde0 Reviewed-by: Assam Boudjelthia Reviewed-by: Rami Potinkara --- coin/platform_configs/qtgradleplugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/qtgradleplugin.yaml b/coin/platform_configs/qtgradleplugin.yaml index 73457b29..d6786ad1 100644 --- a/coin/platform_configs/qtgradleplugin.yaml +++ b/coin/platform_configs/qtgradleplugin.yaml @@ -5,7 +5,7 @@ Configurations: Id: 'qtgp-on-linux-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' Compiler: 'GCC' - Features: ['TestOnly'] + Features: ['Packaging', 'UseConfigure'] - Id: 'qtgp-on-macos' Template: 'qtci-macos-14-arm-106'