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

View File

@ -369,12 +369,12 @@ test-windows:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- set RUST_BACKTRACE=1 - 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 - cargo test --features json-tests %TARGETS% %CARGOFLAGS% --verbose --release
tags: tags:
- rust-windows - rust-windows
test-linux: test-linux:
stage: test stage: build
before_script: before_script:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
@ -382,8 +382,6 @@ test-linux:
- ./test.sh $CARGOFLAGS --no-release - ./test.sh $CARGOFLAGS --no-release
tags: tags:
- rust-test - rust-test
dependencies:
- linux-stable
js-release: js-release:
stage: build stage: build
image: ethcore/javascript:latest image: ethcore/javascript:latest