politburo/.woodpecker.yml
Isaac Mills 35171fe013
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI
2024-02-29 14:14:37 -05:00

9 lines
306 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-stats
- cargo test