statusd/.woodpecker.yml

9 lines
158 B
YAML

pipeline:
build:
image: rust:1.63.0-bullseye
commands:
- apt-get update
- apt-get install -y cmake
- cd kernel
- cargo test