politburo/.woodpecker.yml

10 lines
321 B
YAML
Raw Normal View History

2024-02-29 12:16:06 -05:00
steps:
- name: build
image: rust
2024-02-29 13:48:49 -05:00
environment:
- SCCACHE_WEBDAV_ENDPOINT=https://nations.lol/remote.php/dav/files/admin
2024-02-29 12:16:06 -05:00
commands:
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