Mercurial > evolve
comparison .gitlab-ci.yml @ 5899:de05aec68280 mercurial-4.9
test-compat: merge mercurial-5.0 into mercurial-4.9
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 25 Apr 2021 13:13:02 +0800 |
parents | 91207a1c4dfa |
children | 8bd3348c4150 df8df57a3ce3 |
comparison
equal
deleted
inserted
replaced
5831:d161fccccd80 | 5899:de05aec68280 |
---|---|
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 |