diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml new file mode 100644 index 0000000..9e693cb --- /dev/null +++ b/.builds/freebsd.yml @@ -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/