Update .gitlab-ci.yml

add rust beta&nigthly test for master
add more triggers
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-05 15:44:37 +03:00 committed by GitHub
parent 754abdb861
commit 815f427c95
1 changed files with 4 additions and 0 deletions

View File

@ -610,6 +610,7 @@ test-rust-beta:
stage: test
only:
- triggers
- master
image: parity/rust:gitlab-ci
before_script:
- git submodule update --init --recursive
@ -626,6 +627,7 @@ test-rust-nightly:
stage: test
only:
- triggers
- master
image: parity/rust:gitlab-ci
before_script:
- git submodule update --init --recursive
@ -645,6 +647,7 @@ js-release:
- beta
- stable
- tags
- triggers
image: parity/rust:gitlab-ci
before_script:
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF^ $CI_BUILD_REF | grep ^js/ | wc -l)
@ -660,6 +663,7 @@ push-release:
stage: push-release
only:
- tags
- triggers
image: parity/rust:gitlab-ci
script:
- rustup default stable