summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-12-01 08:47:14 +0100
committerThomas Haller <thaller@redhat.com>2018-12-01 08:55:44 +0100
commit122aa550d2bb8dfe57d5d7202ea9ca2d59a40480 (patch)
treeb9db1d518ce6cb31591c83ec8608f1d656715cbc /.gitlab-ci.yml
parentcf1126f60b961de30986bccd42b2111b9263a38d (diff)
downloadNetworkManager-122aa550d2bb8dfe57d5d7202ea9ca2d59a40480.tar.gz
gitlab-ci: patch gtk-doc to generate valid documentation
We generate documentation for pages ([1], [2]), hence, we need to patch gtk-doc [3]. [1] https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/ [2] https://networkmanager.pages.freedesktop.org/NetworkManager/libnm/ [3] https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 700cb3d35b..e5f9f9cfea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ stages:
- NM_INSTALL="dnf install -y" ./contrib/fedora/REQUIRED_PACKAGES
- dnf install -y glibc-langpack-pl
- locale -a
+ - contrib/scripts/nm-ci-patch-gtkdoc.sh || true
checkpatch:
image: fedora:28