summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPetr Kovar <pkovar@redhat.com>2019-08-05 22:47:31 +0200
committerPetr Kovar <pkovar@redhat.com>2019-08-05 22:47:31 +0200
commit0bc6c064c36f669fa3d718a115b7d9d5a7972951 (patch)
treeaeb5d5cc7c7f876802d424bd5bad07cfb90215fc /.gitlab-ci.yml
parenta01df42c6fb4b738dc73fb55b5d5ac66feb1a815 (diff)
downloadgnome-getting-started-docs-0bc6c064c36f669fa3d718a115b7d9d5a7972951.tar.gz
Wrap yelp-check tests in the shell script
Since they don't emit desired exit codes.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73a454a..227e8eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,7 @@ build-fedora:
before_script:
- dnf install -y git autoconf automake make gettext itstool libxslt yelp-tools
script:
- - yelp-check ids gnome-help/C
- - yelp-check validate gnome-help/C
+ - ./check.sh
- ./autogen.sh ITSTOOL="/usr/bin/itstool --strict"
- make
- make check