aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-09-14 12:26:49 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-14 15:40:29 +0000
commit6146c70d064c1707507c83c7169040eb00836b40 (patch)
treef697d0a67dbdf0218a808e990211b364749406aa
parent39ac86b9e1aabfe18733e47057c701852b26dfa7 (diff)
Docs: Make sure documentation tests run on QtAA integration
Previously the dedicated documentation config was removed in favor of including ubuntu-22.04-documentation. Since then, that configuration lost the TestDocs flag. It now comes with ubuntu-22.04-documentation-x11-tests instead, so this change adds that configuration. Pick-to: 6.6.0 6.5 Change-Id: I046f79aa8810ded6aa6dd07814ff43dd3fa2bbe8 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 6fea315c0f9ccf833ba1cb9eb28c3651ddc3d3e2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml
index 1f94c0d4..d72562e5 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -3,7 +3,8 @@ Include: [
cmake_platforms.yaml: [
'rhel-8.6',
'windows-10_22h2-mingw11',
- 'ubuntu-22.04-documentation'
+ 'ubuntu-22.04-documentation',
+ 'ubuntu-22.04-documentation-x11-tests'
],
macos.yaml: [
'macos-universal-on-x86_64'