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 e156d5958b
commit 00633e90c5

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