ci: Also build a Debian package with cargo-deb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2022-04-24 17:59:59 +02:00
parent 599e6b692d
commit 33b64209b0

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