comparison .gitlab-ci.yml @ 6140:213711ca7653 stable

ci: use the top-level Makefile to build docs There is `doc` target, so let's use it.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 21 Feb 2022 17:48:47 +0300
parents 97c248f9bb58
children 30ca8eb17b21
comparison
equal deleted inserted replaced
6139:97c248f9bb58 6140:213711ca7653
71 TEST_HGMODULEPOLICY: "py" 71 TEST_HGMODULEPOLICY: "py"
72 72
73 doc: 73 doc:
74 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc 74 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
75 script: 75 script:
76 - cd docs/ 76 - make doc
77 - make
78 variables: 77 variables:
79 LANG: en_US.UTF-8 78 LANG: en_US.UTF-8
80 PYTHON: python3 79 PYTHON: python3
81 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" 80 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH"
82 SPHINXBUILD: python3 -m sphinx -b html 81 SPHINXBUILD: python3 -m sphinx -b html