# HG changeset patch # User Antoine Cezar # Date 1594020626 -7200 # Node ID 93e8e6e0b5fb8afb863e0aee3d0f8a7ccf3f669d # Parent 18f8d3b31baa4145c1ce85b8f2d935061c9b3e09 heptapod-ci: build rhg before tests run Differential Revision: https://phab.mercurial-scm.org/D8682 diff -r 18f8d3b31baa -r 93e8e6e0b5fb contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Tue Jul 07 14:05:15 2020 +0530 +++ b/contrib/heptapod-ci.yml Mon Jul 06 09:30:26 2020 +0200 @@ -5,6 +5,8 @@ before_script: - hg clone . /tmp/mercurial-ci/ --noupdate - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` + - cd /tmp/mercurial-ci/rust/rhg + - cargo build - cd /tmp/mercurial-ci/ - ls -1 tests/test-check-*.* > /tmp/check-tests.txt