webhookey/.woodpecker.yml
finga 976c25ba1a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Also execute the tests during ci
2022-02-10 01:38:37 +01:00

35 lines
530 B
YAML

pipeline:
doc:
image: rust
commands:
- cargo doc
fmt:
image: rust
commands:
- rustup component add rustfmt
- cargo fmt --all -- --check
clippy:
image: rust
commands:
- rustup component add clippy
- cargo clippy --all-features
test:
image: rust
commands:
- cargo test
build:
image: rust
commands:
- cargo build
- cargo build --release
build-deb:
image: rust
commands:
- cargo install cargo-deb
- cargo deb