[libsoup/wip/docs-updates: 1/3] CI: Strictly validate docs
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/docs-updates: 1/3] CI: Strictly validate docs
- Date: Thu, 14 Apr 2022 18:35:48 +0000 (UTC)
commit 0a103e1e1581c47fa49be016b1e5aa626d60093c
Author: Patrick Griffis <pgriffis igalia com>
Date: Thu Apr 14 12:54:40 2022 -0500
CI: Strictly validate docs
.gitlab-ci.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e2c3152..cb3e43a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,12 +87,13 @@ reference:
stage: docs
variables:
MESON_ARGS: >-
- -Dgtk_doc=true
+ -Ddocs=enabled
+ -Ddoc_tests=true
-Dvapi=disabled
script:
- mkdir -p _reference/libsoup-3.0
- meson ${MESON_ARGS} _build
- - ninja -C _build
+ - meson test -C _build docs --verbose
- mv _build/docs/reference/libsoup-3.0/* _reference/libsoup-3.0
# Add libsoup-2.4 docs.
- cp -R /usr/share/gtk-doc/html/{glib,gio,gobject,libsoup-2.4} _reference/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]