Update gilab-ci
add --no-release test option RUSTFLAGS="-D warnings"
This commit is contained in:
parent
aa4b124005
commit
f4332933e9
@ -5,7 +5,7 @@ variables:
|
|||||||
GIT_DEPTH: "3"
|
GIT_DEPTH: "3"
|
||||||
SIMPLECOV: "true"
|
SIMPLECOV: "true"
|
||||||
RUST_BACKTRACE: "1"
|
RUST_BACKTRACE: "1"
|
||||||
RUSTFLAGS: ""
|
RUSTFLAGS: "-D warnings"
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_BUILD_NAME/$CI_BUILD_REF_NAME"
|
key: "$CI_BUILD_NAME/$CI_BUILD_REF_NAME"
|
||||||
untracked: true
|
untracked: true
|
||||||
@ -359,7 +359,7 @@ test-linux:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- export RUST_BACKTRACE=1
|
- export RUST_BACKTRACE=1
|
||||||
- ./test.sh --verbose
|
- ./test.sh --verbose --no-release
|
||||||
tags:
|
tags:
|
||||||
- rust-test
|
- rust-test
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -370,7 +370,7 @@ test-darwin:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- export RUST_BACKTRACE=1
|
- export RUST_BACKTRACE=1
|
||||||
- ./test.sh --verbose
|
- ./test.sh --verbose --no-release
|
||||||
tags:
|
tags:
|
||||||
- osx
|
- osx
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user