lyra-engine/.woodpecker.yml

8 lines
141 B
YAML

steps:
build:
image: rust:1.73
commands:
- sudo apt-get install libudev-dev
- cargo build --release
- cargo test