politburo/.woodpecker.yml
Isaac Mills dfafc02864
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI
2024-02-29 13:51:17 -05:00

10 lines
339 B
YAML

steps:
- name: build
image: rust
commands:
- echo $SCCACHE_WEBDAV_ENDPOINT
- echo $SCCACHE_WEBDAV_USERNAME
- echo $SCCACHE_WEBDAV_PASSWORD
- apt-get -y update
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache
- cargo test