comparison .gitlab-ci.yml @ 4986:1214f3d085a9

ci: add job to build and archive the documentation
author Boris Feld <boris.feld@octobus.net>
date Fri, 06 Dec 2019 17:18:49 +0100
parents 4f3c87584a4a
children 43b448bb1a57
comparison
equal deleted inserted replaced
4985:2371d40f0878 4986:1214f3d085a9
32 script: 32 script:
33 - hg pull -R /ci/repos/mercurial/ 33 - hg pull -R /ci/repos/mercurial/
34 - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") 34 - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')")
35 - hg -R /ci/repos/mercurial/ update "$hg_rev" 35 - hg -R /ci/repos/mercurial/ update "$hg_rev"
36 - (cd tests; python3 /ci/repos/mercurial/tests/run-tests.py --color=always --pure) 36 - (cd tests; python3 /ci/repos/mercurial/tests/run-tests.py --color=always --pure)
37
38 doc:
39 image: octobus/ci-py2-evolve-doc
40 script:
41 - cd docs/
42 - make
43 variables:
44 LANG: en_us.UTF-8
45 artifacts:
46 paths:
47 - html/*