Mercurial > evolve
comparison .gitlab-ci.yml @ 5900:14fe42125a7a mercurial-4.8
test-compat: merge mercurial-4.9 into mercurial-4.8
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 25 Apr 2021 13:18:03 +0800 |
parents | 91207a1c4dfa |
children | 8bd3348c4150 df8df57a3ce3 |
comparison
equal
deleted
inserted
replaced
5832:1f301a3062f5 | 5900:14fe42125a7a |
---|---|
57 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" | 57 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" |
58 SPHINXBUILD: python3 -m sphinx -b html | 58 SPHINXBUILD: python3 -m sphinx -b html |
59 artifacts: | 59 artifacts: |
60 paths: | 60 paths: |
61 - html/* | 61 - html/* |
62 | |
63 sdist: | |
64 stage: .post | |
65 image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd | |
66 script: | |
67 - python3 setup.py sdist | |
68 artifacts: | |
69 paths: | |
70 - dist/* | |
71 only: | |
72 - tags |