diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..693ff6b --- /dev/null +++ b/.build.yml @@ -0,0 +1,14 @@ +image: alpine/edge +packages: + - meson + - wayland + - wayland-dev + - wayland-protocols +sources: + - https://git.sr.ht/~kennylevinsen/wlsunset +tasks: + - build: | + cd wlsunset + meson build + ninja -C build +