From 3b39416fd7c66885b18d38bb9fa3240f45a2690c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 29 Aug 2024 07:23:09 +0000 Subject: [PATCH] Revert "coin: Skip running Qt auto tests for the documentation warning build" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9053e98de8d062833f85ff66db3b8488cd6ed352. Reason for revert: doc instructions were incomplete Change-Id: I700a7bac4676497ab54dda957143c8d3e08e5083 Reviewed-by: Tor Arne Vestbø Reviewed-by: Toni Saario --- coin/platform_configs/cmake_platforms.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 339601ba..fdd20db2 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -291,9 +291,10 @@ Configurations: # new qdoc warnings are introduced. The resulting documentation # is not used for anything (neither online or offline docs). See # qt5.yaml for a config that builds offline docs. + # FIXME: Add feature flag that avoids running the Qt auto tests Id: 'documentation-warnings' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' - Features: ['Sccache', 'TestOnly', 'TestDocs', 'DoNotRunTestsButCreateTestWorkItem'] + Features: ['Sccache', 'TestOnly', 'TestDocs'] Platform dependency: 'ubuntu-22.04'