Update gitlab-ci
add darwin and windows tests
This commit is contained in:
parent
ef0ed5833a
commit
1094dfbe6b
@ -364,6 +364,28 @@ test-linux:
|
|||||||
- rust-test
|
- rust-test
|
||||||
dependencies:
|
dependencies:
|
||||||
- linux-stable
|
- linux-stable
|
||||||
|
test-darwin:
|
||||||
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
script:
|
||||||
|
- export RUST_BACKTRACE=1
|
||||||
|
- ./test.sh --verbose
|
||||||
|
tags:
|
||||||
|
- osx
|
||||||
|
dependencies:
|
||||||
|
- darwin
|
||||||
|
test-windows:
|
||||||
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
script:
|
||||||
|
- export RUST_BACKTRACE=1
|
||||||
|
- ./test.sh --verbose
|
||||||
|
tags:
|
||||||
|
- rust-windows
|
||||||
|
dependencies:
|
||||||
|
- windows
|
||||||
js-release:
|
js-release:
|
||||||
stage: build
|
stage: build
|
||||||
image: ethcore/javascript:latest
|
image: ethcore/javascript:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user