This commit is contained in:
parent
3ba35e6960
commit
167003749a
@ -1,12 +1,11 @@
|
|||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
unitTests:
|
clippy:
|
||||||
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
|
||||||
- cargo build --all
|
- cargo clippy
|
||||||
#- cargo test --all
|
|
||||||
|
|
||||||
buildRelease:
|
buildRelease:
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user