ci: add FreeBSD job

Test basu unlike Alpine (elogind) and Arch (systemd).
This commit is contained in:
Jan Beich 2020-12-21 11:27:45 +00:00 committed by Simon Ser
parent a3e203584a
commit cf3e02695e
1 changed files with 17 additions and 0 deletions

17
.builds/freebsd.yml Normal file
View 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/