mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 22:35:59 +01:00
ci: add FreeBSD job
Test basu unlike Alpine (elogind) and Arch (systemd).
This commit is contained in:
parent
a3e203584a
commit
cf3e02695e
1 changed files with 17 additions and 0 deletions
17
.builds/freebsd.yml
Normal file
17
.builds/freebsd.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
image: freebsd/latest
|
||||||
|
packages:
|
||||||
|
- basu
|
||||||
|
- meson
|
||||||
|
- pipewire
|
||||||
|
- pkgconf
|
||||||
|
- wayland
|
||||||
|
- 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