##// END OF EJS Templates
rhg: Build in release mode on CI...
Simon Sapin -
r47154:0da46578 default
parent child Browse files
Show More
@@ -32,7 +32,7 b' variables:'
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
General Comments 0
You need to be logged in to leave comments. Login now