aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2021-04-25 11:24:46 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-05-19 17:22:12 +0200
commit445d0e699f2b98e5a892c812af9f021671920c1b (patch)
tree2e001fa676edc0565a0b94466259f7fe2bb269b3 /.gitlab-ci.yml
parent656c744080d308f75cc9707b139e2a3ec31ad5b7 (diff)
downloadbird-445d0e699f2b98e5a892c812af9f021671920c1b.tar.gz
CI: Build documentation where tools are available
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 146559ed..344ed80a 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