fdhsfdh
This commit is contained in:
parent
732ea66f3d
commit
f0330a5046
3
.build/README.md
Normal file
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
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
|
Loading…
Reference in New Issue
Block a user