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
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
#- rustup component add clippy
|
||||
# TODO clippy one day
|
||||
- cargo check
|
||||
|
||||
buildRelease:
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue