This commit is contained in:
Kreyren 2020-02-17 18:11:12 +00:00
parent 732ea66f3d
commit f0330a5046
2 changed files with 23 additions and 0 deletions

3
.build/README.md Normal file

@ -0,0 +1,3 @@
# Configuration for sr.ht
Backend configuration for sr.ht CI builds

20
.build/rustlang.yml Normal file

@ -0,0 +1,20 @@
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 || exit 1
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo build; fi