lyra-engine/.woodpecker.yml

9 lines
151 B
YAML

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