lyra-engine/.woodpecker/.debug.yml
SeanOMik 44bb294dab
Some checks failed
ci/woodpecker/push/debug Pipeline failed
Fix woodpecker ci
2023-12-28 22:40:37 -05:00

18 lines
346 B
YAML

variables:
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
steps:
Build - Debug:
image: *rust_image
commands:
- apt update
- apt install libudev-dev -y
- cargo build
Test - Debug:
image: *rust_image
commands:
- apt update
- apt install libudev-dev -y
- cargo test --all