ci: switch to alpine:edge, which has wlroots

This commit is contained in:
Daniel Eklöf 2019-02-03 17:29:41 +01:00
parent 29b57bcc48
commit 92d165e7e6

View file

@ -1,4 +1,4 @@
image: alpine:latest
image: alpine:edge
stages:
- build
@ -7,6 +7,7 @@ before_script:
- apk update
- apk add musl-dev eudev-libs eudev-dev linux-headers cmake ninja gcc
- apk add libxcb-dev xcb-util-wm-dev xcb-util-cursor-dev cairo-dev yaml-dev
- apk add wayland wlroots
- apk add json-c-dev libmpdclient-dev alsa-lib-dev i3wm
debug: