muchrooms/.woodpecker.yml
Maxime “pep” Buquet b2da2495a1
CI: Add required musl-dev
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-24 13:51:40 +02:00

12 lines
237 B
YAML

---
pipeline:
lint:
image: rustlang/rust:nightly-alpine
commands:
- cargo fmt --check
test:
image: rustlang/rust:nightly-alpine
commands:
- apk add --no-cache musl-dev
- RUST_BACKTRACE=1 cargo test