Merge pull request #417 from paritytech/gitlab-ci

Update .gitlab-ci.yml
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 16:59:38 +04:00 committed by GitHub
commit 2fbf8b934c
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ linux-stable:
- triggers - triggers
- master - master
script: script:
- git submodule update --init
- echo 'Running tests from /tools/test.sh' && echo -en 'gitlab_fold:start:tests' - echo 'Running tests from /tools/test.sh' && echo -en 'gitlab_fold:start:tests'
- ./tools/test.sh - ./tools/test.sh
- echo -en 'gitlab_fold:end:tests' - echo -en 'gitlab_fold:end:tests'
@ -32,6 +33,9 @@ linux-stable:
- echo 'Running regtests from ./tools/compare-tool/pull-tests-be0eef7.jar' && echo -en 'cargo_fold:start:regtests' - echo 'Running regtests from ./tools/compare-tool/pull-tests-be0eef7.jar' && echo -en 'cargo_fold:start:regtests'
- ./tools/regtests.sh - ./tools/regtests.sh
- echo -en 'cargo_fold:end:regtests' - 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: tags:
- rust - rust
artifacts: artifacts: