Skip to content
Snippets Groups Projects
Commit cb54fe32 authored by Georges Racinet's avatar Georges Racinet
Browse files

Fixing Heptapod CI for hg-stable (5.3rc1)

hg-evolve 9.2.1 is simply not compatible with hg 5.3rc1 anymore
parent 072dac18
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
- lint
- test
variables:
EVOLVE_REPO_URL: https://mirror.octobus.net/evolve
EVOLVE_LOCAL_REPO: /ci/repos/evolve
before_script:
# TODO put py.test in the image
# the py.test version combination is the consistent one
......@@ -40,6 +44,9 @@
- hg -R /ci/repos/mercurial/ update stable
- hg -R /ci/repos/mercurial summary
- (cd /ci/repos/mercurial; make local)
- hg clone -r stable -u stable $EVOLVE_REPO_URL $EVOLVE_LOCAL_REPO
- pip install --user $EVOLVE_LOCAL_REPO
- /ci/repos/mercurial/hg version --debug
- PYTHONPATH=/ci/repos/mercurial python -c "from mercurial import util; print(util.version())"
- PYTHONPATH=/ci/repos/mercurial ~/.local/bin/py.test --cov heptapod --cov hgext3rd.heptapod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment