summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2019-07-20 21:43:29 +0100
committerDavid King <amigadave@amigadave.com>2019-07-20 22:04:47 +0100
commit3c6868b4a5c9a7816a3d8c14b3cad54a12861b3d (patch)
treeea3e841149ab914d1916b1ab609309793845d264 /.gitlab-ci.yml
parent2993c97ebd7ced7897f3734da9a6c5717578b473 (diff)
downloadgnome-user-docs-3c6868b4a5c9a7816a3d8c14b3cad54a12861b3d.tar.gz
Enable some yelp-check tests during CI
Related: https://gitlab.gnome.org/GNOME/gnome-user-docs/issues/26
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53e3afdc..f422c58b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,12 @@
build-fedora:
image: fedora:latest
before_script:
- - dnf install -y git autoconf automake make gettext itstool yelp-tools
+ - dnf install -y git autoconf automake make gettext itstool libxslt yelp-tools
script:
+ - yelp-check ids gnome-help/C system-admin-guide/C
+ - yelp-check links gnome-help/C system-admin-guide/C
+ - yelp-check orphans gnome-help/C system-admin-guide/C
+ - yelp-check validate gnome-help/C system-admin-guide/C
- ./autogen.sh
- make
- make check