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

ci: simpler way to build Mercurial

parent 8c8561bf
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -21,7 +21,7 @@
stage: test
image: octobus/ci-py2-hgext3rd:hg-5.2
script:
- (cd /ci/repos/mercurial; make local)
- make -C /ci/repos/mercurial 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
......@@ -44,6 +44,6 @@
- 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)
- make -C /ci/repos/mercurial 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