Update gitlab-ci
skip darwin and windows tests
This commit is contained in:
parent
7f92b50f95
commit
14094a09b3
@ -353,25 +353,25 @@ windows:
|
|||||||
- target/release/parity.pdb
|
- target/release/parity.pdb
|
||||||
- nsis/InstallParity.exe
|
- nsis/InstallParity.exe
|
||||||
name: "x86_64-pc-windows-msvc_parity"
|
name: "x86_64-pc-windows-msvc_parity"
|
||||||
test-darwin:
|
#test-darwin:
|
||||||
stage: build
|
# stage: build
|
||||||
before_script:
|
# before_script:
|
||||||
- git submodule update --init --recursive
|
# - git submodule update --init --recursive
|
||||||
script:
|
# script:
|
||||||
- export RUST_BACKTRACE=1
|
# - export RUST_BACKTRACE=1
|
||||||
- ./test.sh $CARGOFLAGS --no-release
|
# - ./test.sh $CARGOFLAGS --no-release
|
||||||
tags:
|
# tags:
|
||||||
- osx
|
# - osx
|
||||||
test-windows:
|
#test-windows:
|
||||||
stage: build
|
# stage: build
|
||||||
before_script:
|
# before_script:
|
||||||
- git submodule update --init --recursive
|
# - git submodule update --init --recursive
|
||||||
script:
|
# script:
|
||||||
- set RUST_BACKTRACE=1
|
# - set RUST_BACKTRACE=1
|
||||||
- cargo test --features json-tests -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 %CARGOFLAGS% --verbose --release
|
# - cargo test --features json-tests -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 %CARGOFLAGS% --verbose --release
|
||||||
tags:
|
# tags:
|
||||||
- rust-windows
|
# - rust-windows
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
test-linux:
|
test-linux:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user