ci: compile the manual
authorJean Privat <jean@pryen.org>
Wed, 10 Jul 2019 14:59:09 +0000 (10:59 -0400)
committerJean Privat <jean@pryen.org>
Fri, 12 Jul 2019 19:52:38 +0000 (15:52 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 70b91e1..899130c 100644 (file)
@@ -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: