lyra-engine/.woodpecker.yml

17 lines
236 B
YAML
Raw Normal View History

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