[.gitlab.yml] cargo check ethcore benches (#10965)

This commit is contained in:
Andronik Ordian 2019-08-15 16:28:25 +02:00 committed by GitHub
parent fd75491103
commit abb2a8c5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ variables:
sccache --start-server sccache --start-server
- sccache -s - sccache -s
after_script: after_script:
# sccache debug info # sccache debug info
- if test -e sccache_debug.log; - if test -e sccache_debug.log;
then then
echo "_____All crate-types:_____"; echo "_____All crate-types:_____";
@ -100,6 +100,13 @@ cargo-check 2 3:
- time cargo check --target $CARGO_TARGET --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose --color=always - time cargo check --target $CARGO_TARGET --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose --color=always
- sccache -s - sccache -s
cargo-check-ethcore-benches:
stage: test
<<: *docker-cache-status
script:
- time cargo check -p ethcore --benches --target $CARGO_TARGET --locked --verbose --color=always
- sccache -s
cargo-audit: cargo-audit:
stage: test stage: test
<<: *docker-cache-status <<: *docker-cache-status
@ -223,7 +230,7 @@ publish-docker:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
GIT_STRATEGY: none GIT_STRATEGY: none
# DOCKERFILE: tools/Dockerfile # DOCKERFILE: tools/Dockerfile
# CONTAINER_IMAGE: parity/parity # CONTAINER_IMAGE: parity/parity
script: script:
# we stopped pushing nightlies to dockerhub, will push to own registry prb. # we stopped pushing nightlies to dockerhub, will push to own registry prb.
- ./tools/publish-docker.sh - ./tools/publish-docker.sh