Add .build.yml, fixes #4

This commit is contained in:
Drew DeVault 2017-10-11 08:44:06 -04:00
parent 1f475c3f19
commit 4ca136ce1f

11
.build.yml Normal file
View file

@ -0,0 +1,11 @@
image: archlinux
packages:
- wayland
sources:
- https://git.sr.ht/~sircmpwn/sway-protocols
tasks:
- protocols: |
cd sway-protocols
wayland-scanner client-header < unstable/surface-layers.xml
wayland-scanner server-header < unstable/surface-layers.xml
wayland-scanner code < unstable/surface-layers.xml