ci: Add FreeBSD to CI
parent
ec0c1614af
commit
22589b8f1f
|
@ -8,7 +8,6 @@ sources:
|
||||||
- https://git.sr.ht/~kennylevinsen/wlsunset
|
- https://git.sr.ht/~kennylevinsen/wlsunset
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd wlsunset
|
meson build wlsunset
|
||||||
meson build
|
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue