mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
ci: add Alpine build
This commit is contained in:
parent
fdb67ff63b
commit
7a2cef1ad0
22
.builds/alpine.yml
Normal file
22
.builds/alpine.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
image: alpine/edge
|
||||||
|
packages:
|
||||||
|
- eudev-dev
|
||||||
|
- ffmpeg-dev
|
||||||
|
- libcap-dev
|
||||||
|
- libinput-dev
|
||||||
|
- libxkbcommon-dev
|
||||||
|
- mesa-dev
|
||||||
|
- meson
|
||||||
|
- pixman-dev
|
||||||
|
- wayland-dev
|
||||||
|
- wayland-protocols
|
||||||
|
- xcb-util-image-dev
|
||||||
|
sources:
|
||||||
|
- https://github.com/swaywm/wlroots
|
||||||
|
tasks:
|
||||||
|
- setup: |
|
||||||
|
cd wlroots
|
||||||
|
meson build
|
||||||
|
- build: |
|
||||||
|
cd wlroots
|
||||||
|
ninja -C build
|
Loading…
Reference in New Issue
Block a user