# HG changeset patch # User Boris Feld # Date 1575649129 -3600 # Node ID 1214f3d085a93bd34ee3f5c84392b4bc5f630c3f # Parent 2371d40f08781d732ee230ca771e7a3ebfe22dcf ci: add job to build and archive the documentation diff -r 2371d40f0878 -r 1214f3d085a9 .gitlab-ci.yml --- 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/*