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