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

ci: testing against current Mercurial default branch

parent c6a98fce
Branches
Tags
No related merge requests found
Pipeline #
......@@ -36,3 +36,14 @@
- (cd /ci/repos/mercurial; make local)
- 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
tests-hg-default:
stage: test
image: octobus/ci-py2-hgext3rd
script:
- hg pull -R /ci/repos/mercurial/ --rev default
- hg -R /ci/repos/mercurial/ update default
- hg -R /ci/repos/mercurial summary
- (cd /ci/repos/mercurial; make local)
- 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