politburo/.woodpecker.yml
Isaac Mills 876710606c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI
2024-02-29 14:13:44 -05:00

9 lines
310 B
YAML

steps:
- name: build
image: rust
commands:
- apt-get -y update
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1 sccache
- sccache --start-server
- sccache --show-adv-stats
- cargo test