.gitlab-ci.yml
changeset 4986 1214f3d085a9
parent 4966 4f3c87584a4a
child 5076 43b448bb1a57
child 5227 b24de4b465ea
--- a/.gitlab-ci.yml	Thu Dec 05 10:04:52 2019 -0800
+++ b/.gitlab-ci.yml	Fri Dec 06 17:18:49 2019 +0100
@@ -34,3 +34,14 @@
         - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')")
         - hg -R /ci/repos/mercurial/ update "$hg_rev"
         - (cd tests; python3 /ci/repos/mercurial/tests/run-tests.py --color=always --pure)
+
+doc:
+    image: octobus/ci-py2-evolve-doc
+    script:
+        - cd docs/
+        - make
+    variables:
+        LANG: en_us.UTF-8
+    artifacts:
+        paths:
+            - html/*