From: Jean Privat Date: Wed, 10 Jul 2019 14:59:09 +0000 (-0400) Subject: ci: compile the manual X-Git-Url: http://nitlanguage.org ci: compile the manual Signed-off-by: Jean Privat --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70b91e1..899130c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -358,6 +358,16 @@ build_doc: paths: - nitdoc.out +build_manual: + stage: more_test + script: + - apt-get update && apt-get install --yes --no-install-recommends pandoc texlive texlive-latex-extra lmodern + - make -C doc/manual + artifacts: + paths: + - doc/manual/*.pdf + - doc/manual/*.epub + nitmetrics: stage: more_test dependencies: