politburo/.woodpecker.yml

11 lines
339 B
YAML
Raw Normal View History

2024-02-29 12:16:06 -05:00
steps:
- name: build
image: rust
commands:
2024-02-29 13:51:17 -05:00
- echo $SCCACHE_WEBDAV_ENDPOINT
- echo $SCCACHE_WEBDAV_USERNAME
- echo $SCCACHE_WEBDAV_PASSWORD
2024-02-29 12:24:34 -05:00
- apt-get -y update
2024-02-29 13:31:29 -05:00
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache
2024-02-29 12:16:06 -05:00
- cargo test