From 620b4131ab5c0e620949a1bcc4b69fba4994945f Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 12 May 2017 15:18:57 +0300 Subject: [PATCH] Update .gitlab-ci.yml add test --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a114e220..29fd7b7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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