Mercurial > hg
changeset 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 | 18f8d3b31baa |
children | 91f4662b7fa7 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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