aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2023-05-04 09:09:59 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-06 15:33:01 +0000
commiteb3f0e5ad855191805204ed01ea2e352d6fc3c89 (patch)
tree327e0f5cf675cc753de4114d93e424ca80283ab6
parentdd27c7396b59632455ffc58557078e50933a47bf (diff)
Add Ubuntu 22 namespace build and doc tests to default precheck
Change-Id: I42b1355406040fbf61339013294232c3f0a339fa Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 561f9e287bf646020c6d49bdd1fb6b6822d13200) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/precheck.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml
index 2ad3e463..68d8f9b7 100644
--- a/coin/platform_configs/precheck.yaml
+++ b/coin/platform_configs/precheck.yaml
@@ -3,6 +3,8 @@ Module only: True
Include: [
cmake_platforms.yaml: [
"ubuntu-22.04",
+ "ubuntu-22.04-documentation",
+ "ubuntu-22.04-documentation-x11-tests",
"windows-10_22h2-msvc2019-developer-build",
"ios-universal"
],