Update .gitlab-ci.yml

add regtest
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 15:25:43 +03:00 committed by GitHub
parent 620b4131ab
commit ab2e627db8
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ linux-stable:
- strip target/release/pbtc - strip target/release/pbtc
- export SHA3=$(target/release/pbtc tools hash target/release/pbtc) - export SHA3=$(target/release/pbtc tools hash target/release/pbtc)
- md5sum target/release/pbtc > pbtc.md5 - md5sum target/release/pbtc > pbtc.md5
- echo -en 'cargo_fold:end:build.release'
- 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'
tags: tags:
- rust - rust
artifacts: artifacts: