politburo/.woodpecker.yml

8 lines
133 B
YAML
Raw Normal View History

2024-02-29 12:16:06 -05:00
steps:
- name: build
image: rust
commands:
2024-02-29 12:24:34 -05:00
- apt-get -y update
- apt-get -y install wayland
2024-02-29 12:16:06 -05:00
- cargo test