[gnome-user-docs/yelp-check-ci] Enable some yelp-check tests during CI



commit 57277ee557aa18ab570e6efc04c49bd38482b6f6
Author: David King <amigadave amigadave com>
Date:   Sat Jul 20 21:43:29 2019 +0100

    Enable some yelp-check tests during CI
    
    Related: https://gitlab.gnome.org/GNOME/gnome-user-docs/issues/26

 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53e3afdc..3a43c125 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:
     - ./autogen.sh
     - make
     - make check
+    - 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


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