lyra-engine/.woodpecker.yml

9 lines
151 B
YAML
Raw Normal View History

2023-10-22 02:28:08 +00:00
steps:
build:
image: rust:1.73
commands:
2023-10-23 00:28:10 +00:00
- apt update
- apt install libudev-dev
2023-10-22 02:28:08 +00:00
- cargo build --release
- cargo test