changeset 45051 | 93e8e6e0b5fb |
parent 44936 | aa568b6c6a10 |
child 45609 | e604a3c03ab9 |
--- 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