mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-25 15:35:58 +01:00
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
This commit is contained in:
parent
229a34a9fe
commit
6ecb5dffc7
2 changed files with 17 additions and 0 deletions
17
.builds/alpine.yml
Normal file
17
.builds/alpine.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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/
|
Loading…
Reference in a new issue