[libsoup/wip/docs-updates] CI: Strictly validate docs




commit 1789ae2461faacb94708e7478cc69d83057e5755
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Apr 14 12:54:40 2022 -0500

    CI: Strictly validate docs

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e2c3152..e1114b46 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,8 @@ reference:
   stage: docs
   variables:
     MESON_ARGS: >-
-      -Dgtk_doc=true
+      -Ddocs=enabled
+      -Ddoc_tests=true
       -Dvapi=disabled
   script:
     - mkdir -p _reference/libsoup-3.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]