Update .gitlab-ci.yml
This commit is contained in:
parent
471bdf7c22
commit
a1f6b86945
@ -371,6 +371,10 @@ windows:
|
|||||||
# allow_failure: true
|
# allow_failure: true
|
||||||
test-linux:
|
test-linux:
|
||||||
stage: build
|
stage: build
|
||||||
|
image: ethcore/rust-test:latest
|
||||||
|
except:
|
||||||
|
- jg*
|
||||||
|
- ng*
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user