Use cargo check for now
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
b092515b97
commit
9afd0b4350
|
@ -5,8 +5,9 @@ pipeline:
|
||||||
image: rust:1.54.0-slim
|
image: rust:1.54.0-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||||
- rustup component add clippy
|
#- rustup component add clippy
|
||||||
- cargo clippy
|
# TODO clippy one day
|
||||||
|
- cargo check
|
||||||
|
|
||||||
buildRelease:
|
buildRelease:
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue