1 Commits

Author SHA1 Message Date
ce00bf5c70 Upping to version v0.2.7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-01-18 23:27:51 -05:00

View File

@ -1,13 +1,13 @@
pipeline:
tests:
image: rust:1.75
image: rust:1.63
commands:
- "apt update"
- "apt install -y lsof"
- "cargo test"
build_release:
image: rust:1.75
image: rust:1.63
commands:
- "cargo install cargo-deb cargo-generate-rpm"
- "cargo build --release"