Zernit/.builds/rustlang.yml
2020-02-17 18:22:27 +00:00

21 lines
398 B
YAML

image: archlinux
packages:
- meson
- scdoc
- wayland-protocols
- wlroots-git
- wayland
- libxkbcommon
- cairo
- pango
- gdk-pixbuf2
- pixman
- libinput
- xorg-server-xwayland
sources:
- https://github.com/RXT0112/Zernit
tasks:
- build: |
cd Zernit
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo build; fi
complete-build