From cf3e02695e3d54de142b7b1b9740fb2776be1fc4 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 21 Dec 2020 11:27:45 +0000 Subject: [PATCH] ci: add FreeBSD job Test basu unlike Alpine (elogind) and Arch (systemd). --- .builds/freebsd.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .builds/freebsd.yml 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/