xdg-desktop-portal-hyprland/.builds/alpine.yml
Simon Ser 6ecb5dffc7
ci: add Alpine build (#30)
Alpine uses musl, which may behave differently than glibc. Add Alpine to
the CI to make sure we don't rely on glibc-specific behaviour.

References: https://github.com/emersion/xdg-desktop-portal-wlr/issues/28
2020-04-23 09:57:02 -04:00

17 lines
320 B
YAML

image: alpine/edge
packages:
- elogind-dev
- gcc
- meson
- pipewire-dev
- wayland-dev
- wayland-protocols
sources:
- https://github.com/emersion/xdg-desktop-portal-wlr
tasks:
- setup: |
cd xdg-desktop-portal-wlr
meson build/
- build: |
cd xdg-desktop-portal-wlr
ninja -C build/