lyra-engine/.woodpecker/.build.yml

11 lines
184 B
YAML

variables:
- &rust_image 'rust:1.73'
steps:
build:
image: *rust_image
commands:
- apt update
- apt install libudev-dev
- cargo build --release
- cargo test