forked from external/yambar
ci: switch to alpine:edge, which has wlroots
This commit is contained in:
parent
29b57bcc48
commit
92d165e7e6
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: alpine:latest
|
image: alpine:edge
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -7,6 +7,7 @@ before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add musl-dev eudev-libs eudev-dev linux-headers cmake ninja gcc
|
- 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 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
|
- apk add json-c-dev libmpdclient-dev alsa-lib-dev i3wm
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Reference in a new issue