Update gitlab-ci

add darwin and windows tests
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-28 23:04:00 +07:00 committed by GitHub
parent ef0ed5833a
commit 1094dfbe6b
1 changed files with 22 additions and 0 deletions

View File

@ -364,6 +364,28 @@ test-linux:
- rust-test
dependencies:
- 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:
stage: build
image: ethcore/javascript:latest