This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 17:57:00 +03:00
parent 0d1c365834
commit 2166af9838
1 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,8 @@ linux-beta-test:
- echo 'End check' - echo 'End check'
tags: tags:
- rust - rust
linux-nigthly-test: allow_failure: true
linux-nightly-test:
stage: test stage: test
image: parity/rust:gitlab-ci image: parity/rust:gitlab-ci
only: only:
@ -52,12 +53,13 @@ linux-nigthly-test:
- triggers - triggers
- master - master
script: script:
- rustup default nigthly - rustup default nightly
- echo 'Running check' - echo 'Running check'
- cargo check -j $(nproc) - cargo check -j $(nproc)
- echo 'End check' - echo 'End check'
tags: tags:
- rust - rust
allow_failure: true
linux-stable: linux-stable:
stage: build stage: build
image: parity/rust:gitlab-ci image: parity/rust:gitlab-ci