Commit 445d0e69 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

CI: Build documentation where tools are available

parent 656c7440
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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