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