Mercurial > evolve
comparison .gitlab-ci.yml @ 5662:bec8a04d2f6a stable
docs: build using py3 image
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 23 Aug 2020 10:09:44 +0800 |
parents | 1aec5a3be808 |
children | 9a16cf248b05 |
comparison
equal
deleted
inserted
replaced
5661:4b6b559b92c8 | 5662:bec8a04d2f6a |
---|---|
68 PYTHON: python3 | 68 PYTHON: python3 |
69 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" | 69 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" |
70 TEST_HGMODULEPOLICY: "py" | 70 TEST_HGMODULEPOLICY: "py" |
71 | 71 |
72 doc: | 72 doc: |
73 image: octobus/ci-py2-evolve-doc | 73 image: octobus/ci-py3-evolve-doc |
74 script: | 74 script: |
75 - cd docs/ | 75 - cd docs/ |
76 - make | 76 - make |
77 variables: | 77 variables: |
78 LANG: en_US.UTF-8 | 78 LANG: en_US.UTF-8 |
79 PYTHON: python3 | |
79 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" | 80 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" |
81 SPHINXBUILD: python3 -m sphinx -b html | |
80 artifacts: | 82 artifacts: |
81 paths: | 83 paths: |
82 - html/* | 84 - html/* |