aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2026-03-30 21:07:39 -0500
committertwells46 <173561638+twells46@users.noreply.github.com>2026-03-30 21:07:39 -0500
commitf874d6571a9c5763e5c4270c3389ef2502d2f5e3 (patch)
treedde651f3a2fb6ef4a70ee6da027497dbd734d7e0 /.builds/freebsd.yml
ForkedHEADmain
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 0000000..ac8481e
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -0,0 +1,12 @@
+image: freebsd/latest
+packages:
+ - meson
+ - wayland
+ - wayland-protocols
+ - pkgconf
+sources:
+ - https://git.sr.ht/~kennylevinsen/wlsunset
+tasks:
+ - build: |
+ meson build wlsunset
+ ninja -C build