[libsoup/fix-docs] ci: Install glib documentation for website
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/fix-docs] ci: Install glib documentation for website
- Date: Tue, 3 Aug 2021 17:19:09 +0000 (UTC)
commit db4938ca8d5dfd4122b9a85b8e27dc2247f3aa75
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue Aug 3 12:18:59 2021 -0500
ci: Install glib documentation for website
.gitlab-ci.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b2530f61..1e0f6963 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,16 +86,15 @@ reference:
DESTDIR: _install
needs: []
script:
- - meson _build -Dgtk_doc=true
- - ninja -C _build libsoup-3.0-doc
+ - meson _build --prefix=/usr -Dgtk_doc=true
- ninja -C _build install
- - mv _build/docs/reference/html/ _reference/
- .gitlab-ci/check-docs.py
- - gtkdoc-rebase --html-dir=_reference/ --online
+ - mkdir -p _reference
+ - cp -R /usr/share/gtk-doc/html/{glib,gio,gobject,libsoup-3.0} _reference
artifacts:
paths:
- _build/docs/reference/libsoup-3.0-*.txt
- - _reference
+ - _build/docs/reference/html
coverage: '/^([\d]+\%) symbol docs coverage\.\s+/'
pages:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]