Update .gitlab-ci.yml

add bench and test checks from gitlab
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 15:39:57 +03:00 committed by GitHub
parent 733f852208
commit cfcd5a8886
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ linux-stable:
- echo 'Running regtests from ./tools/compare-tool/pull-tests-be0eef7.jar' && echo -en 'cargo_fold:start:regtests'
- ./tools/regtests.sh
- echo -en 'cargo_fold:end:regtests'
- echo 'Running bench from /benhcer' && echo -en 'gitlab_fold:start:bench'
- ./tools/bench.sh
- echo -en 'gitlab_fold:end:bench'
tags:
- rust
artifacts: