Merge pull request #1419 from emersion/ci-alpine

ci: add Alpine build
This commit is contained in:
Drew DeVault 2018-12-06 07:27:19 -05:00 committed by GitHub
commit e539a8b208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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