mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 07:25:58 +01:00
6ecb5dffc7
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
17 lines
320 B
YAML
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/
|