politburo/.woodpecker.yml

10 lines
306 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
2024-02-29 14:13:44 -05:00
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache
2024-02-29 13:52:26 -05:00
- sccache --start-server
2024-02-29 14:14:37 -05:00
- sccache --show-stats
2024-02-29 12:16:06 -05:00
- cargo test