ci: add Alpine build

This commit is contained in:
emersion 2018-12-05 10:42:34 +01:00
parent fdb67ff63b
commit 7a2cef1ad0
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 22 additions and 0 deletions

22
.builds/alpine.yml Normal file
View 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