Update gitlab-ci
Add test runner
This commit is contained in:
parent
012a1f328b
commit
860bc5ff17
@ -225,14 +225,12 @@ windows:
|
|||||||
name: "${CI_BUILD_NAME}_parity"
|
name: "${CI_BUILD_NAME}_parity"
|
||||||
test-linux:
|
test-linux:
|
||||||
stage: test
|
stage: test
|
||||||
image: ethcore/rust:stable
|
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- ./test.sh --verbose
|
- ./test.sh --verbose
|
||||||
tags:
|
tags:
|
||||||
- rust
|
- rust-test
|
||||||
- rust-stable
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- linux-stable
|
- linux-stable
|
||||||
deploy-binaries:
|
deploy-binaries:
|
||||||
|
Loading…
Reference in New Issue
Block a user