comparison contrib/heptapod-ci.yml @ 46426:0da465780bba

rhg: Build in release mode on CI This follows e73b40c790ec which made tests use the release executable. With e73b40c790ec but not this, tests are skipped on CI because the executable is missing. Differential Revision: https://phab.mercurial-scm.org/D9907
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 29 Jan 2021 13:46:19 +0100
parents 16c18d5e5dc8
children b41f551c5dc7
comparison
equal deleted inserted replaced
46425:f7621fa14b84 46426:0da465780bba
30 before_script: 30 before_script:
31 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no 31 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
32 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` 32 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
33 - ls -1 tests/test-check-*.* > /tmp/check-tests.txt 33 - ls -1 tests/test-check-*.* > /tmp/check-tests.txt
34 - cd /tmp/mercurial-ci/rust/rhg 34 - cd /tmp/mercurial-ci/rust/rhg
35 - cargo build 35 - cargo build --release
36 - cd /tmp/mercurial-ci/ 36 - cd /tmp/mercurial-ci/
37 37
38 38
39 checks-py2: 39 checks-py2:
40 <<: *runtests 40 <<: *runtests