From: Ondrej Zajicek (work) Date: Sun, 25 Apr 2021 09:24:46 +0000 (+0200) Subject: CI: Build documentation where tools are available X-Git-Tag: v2.0.9~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=445d0e699f2b98e5a892c812af9f021671920c1b;p=thirdparty%2Fbird.git CI: Build documentation where tools are available --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 146559ed2..344ed80a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -218,8 +218,9 @@ docker_opensuse-15.3-amd64: - MAKE=make - which gmake 2>/dev/null >/dev/null && MAKE=gmake - $MAKE - # Run tests if they are available - $MAKE check + # Build docs when tools are available + - if which linuxdoc pdflatex >/dev/null ; then $MAKE docs ; fi .build-linux: &build-linux <<: *build-base