Update .gitlab-ci.yml

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

View File

@ -19,6 +19,10 @@ linux-stable:
- triggers
- master
script:
- echo 'Running tests from /tools/test.sh' && echo -en 'gitlab_fold:start:tests'
- ./tools/test.sh
- echo -en 'gitlab_fold:end:tests'
- echo 'Building in release mode' && echo -en 'gitlab_fold:start:build.release'
- rustup default stable
- cargo build -j $(nproc) -p pbtc --release
- strip target/release/pbtc