ci: Add FreeBSD to CI

master
Kenny Levinsen 2020-11-09 17:00:08 +01:00
parent ec0c1614af
commit 22589b8f1f
2 changed files with 13 additions and 2 deletions

View File

@ -8,7 +8,6 @@ sources:
- https://git.sr.ht/~kennylevinsen/wlsunset
tasks:
- build: |
cd wlsunset
meson build
meson build wlsunset
ninja -C build

View File

@ -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