lyra-engine/.woodpecker/.build.yml

11 lines
184 B
YAML
Raw Normal View History

2023-10-22 20:49:28 -04:00
variables:
- &rust_image 'rust:1.73'
steps:
build:
image: *rust_image
commands:
- apt update
- apt install libudev-dev
- cargo build --release
- cargo test