heptapod-ci: build rhg before tests run
authorAntoine Cezar <antoine.cezar@octobus.net>
Mon, 06 Jul 2020 09:30:26 +0200
changeset 45051 93e8e6e0b5fb
parent 45050 18f8d3b31baa
child 45052 91f4662b7fa7
heptapod-ci: build rhg before tests run Differential Revision: https://phab.mercurial-scm.org/D8682
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