mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-05-05 18:08:02 +02:00
Add .build.yml, fixes #4
This commit is contained in:
parent
1f475c3f19
commit
4ca136ce1f
1 changed files with 11 additions and 0 deletions
11
.build.yml
Normal file
11
.build.yml
Normal 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
|
||||
Loading…
Add table
Reference in a new issue