ci: Also build a Debian package with cargo-deb
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
finga 2022-04-24 17:59:59 +02:00
parent dc3f58f3f3
commit 2a414a9b05

View file

@ -34,3 +34,9 @@ pipeline:
image: rust_full
commands:
- cargo build --all-features --release
build_deb:
group: default
image: rust_full
commands:
- cargo deb