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

heptapod-ci: a job for current default branch of Mercurial

Currently, the tests fail for this version of Mercurial, hence we'll
add the job once they are fixed.

Ideally, this changeset should be rebased on top of a revision that
fixes hg-git for Mercurial default, hence validating the fix.
parent 0259c8aa
No related branches found
No related tags found
1 merge request!2Fixing compat with Mercurial default branch (future 5.3)
Pipeline #
......@@ -5,6 +5,16 @@
- apt-get update && apt-get -y install git-core subversion subversion-tools
- PYTHONPATH= pip install --user dulwich==0.19.13
tests-hg-default:
image: octobus/ci-py2-hgext3rd
script:
- PYTHONPATH= hg pull -R /ci/repos/mercurial/ --rev default
- PYTHONPATH= hg -R /ci/repos/mercurial/ update default
- PYTHONPATH= hg -R /ci/repos/mercurial summary
- make -C /ci/repos/mercurial local
- cp /ci/repos/mercurial/hg .
- tests/run-tests.py -lv --color=always
tests-hg-stable:
image: octobus/ci-py2-hgext3rd
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment