ci: add .build.yml
This commit is contained in:
parent
d37a9ff776
commit
6b4ee68866
21
.build.yml
Normal file
21
.build.yml
Normal file
@ -0,0 +1,21 @@
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- meson
|
||||
- pango-dev
|
||||
- cairo-dev
|
||||
- wayland-dev
|
||||
- wayland-protocols
|
||||
- libxkbcommon-dev
|
||||
- gdk-pixbuf-dev
|
||||
- linux-pam-dev
|
||||
- scdoc
|
||||
sources:
|
||||
- https://github.com/swaywm/swaylock
|
||||
tasks:
|
||||
- setup: |
|
||||
cd swaylock
|
||||
meson build
|
||||
- build: |
|
||||
cd swaylock
|
||||
ninja -C build
|
||||
|
Loading…
Reference in New Issue
Block a user