olivefs/.ci/woodpecker/check.yml
Olivier 'reivilibre fd1f1edb10
All checks were successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
Use amd64 for CI now
2022-05-25 22:42:13 +01:00

16 lines
442 B
YAML

# must set build pipeline as .woodpecker/ with the trailing slash to activate the
# multiple pipelines
platform: linux/amd64
pipeline:
clippy:
when:
event: [push, pull_request]
image: rust:1.57.0-slim
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake libfuse-dev
#- rustup component add clippy
# TODO clippy one day
- cargo check --all