comparison contrib/heptapod-ci.yml @ 45051:93e8e6e0b5fb

heptapod-ci: build rhg before tests run Differential Revision: https://phab.mercurial-scm.org/D8682
author Antoine Cezar <antoine.cezar@octobus.net>
date Mon, 06 Jul 2020 09:30:26 +0200
parents aa568b6c6a10
children e604a3c03ab9
comparison
equal deleted inserted replaced
45050:18f8d3b31baa 45051:93e8e6e0b5fb
3 # The runner made a clone as root. 3 # The runner made a clone as root.
4 # We make a new clone owned by user used to run the step. 4 # We make a new clone owned by user used to run the step.
5 before_script: 5 before_script:
6 - hg clone . /tmp/mercurial-ci/ --noupdate 6 - hg clone . /tmp/mercurial-ci/ --noupdate
7 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` 7 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
8 - cd /tmp/mercurial-ci/rust/rhg
9 - cargo build
8 - cd /tmp/mercurial-ci/ 10 - cd /tmp/mercurial-ci/
9 - ls -1 tests/test-check-*.* > /tmp/check-tests.txt 11 - ls -1 tests/test-check-*.* > /tmp/check-tests.txt
10 12
11 variables: 13 variables:
12 PYTHON: python 14 PYTHON: python