Update gitlab-ci

fix windows test
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-01 11:13:27 +07:00 committed by GitHub
parent 38160c05bb
commit 92752f13c6
1 changed files with 2 additions and 4 deletions

View File

@ -369,12 +369,12 @@ test-windows:
- git submodule update --init --recursive
script:
- set RUST_BACKTRACE=1
- set TARGETS="-p rlp -p ethash -p ethcore -p ethcore-bigint -p ethcore-dapps -p ethcore-rpc -p ethcore-signer -p ethcore-util -p ethcore-network -p ethcore-io -p ethkey -p ethstore -p ethsync -p ethcore-ipc -p ethcore-ipc-tests -p ethcore-ipc-nano -p parity"
- set TARGETS=%-p rlp -p ethash -p ethcore -p ethcore-bigint -p ethcore-dapps -p ethcore-rpc -p ethcore-signer -p ethcore-util -p ethcore-network -p ethcore-io -p ethkey -p ethstore -p ethsync -p ethcore-ipc -p ethcore-ipc-tests -p ethcore-ipc-nano -p parity%
- cargo test --features json-tests %TARGETS% %CARGOFLAGS% --verbose --release
tags:
- rust-windows
test-linux:
stage: test
stage: build
before_script:
- git submodule update --init --recursive
script:
@ -382,8 +382,6 @@ test-linux:
- ./test.sh $CARGOFLAGS --no-release
tags:
- rust-test
dependencies:
- linux-stable
js-release:
stage: build
image: ethcore/javascript:latest