diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..60c04bc --- /dev/null +++ b/.build.yml @@ -0,0 +1,11 @@ +image: debian/sid +packages: + - build-essential + - libwayland-dev + - libgtk-3-dev + - pkg-config + +tasks: + - build: | + cd rootbar/Release + make diff --git a/README.md b/README.md index 66ae390..28dd372 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Wofi Wofi is a launcher/menu program for wlroots based wayland compositors such as sway + +[![builds.sr.ht status](https://builds.sr.ht/~scoopta/wofi.svg)](https://builds.sr.ht/~scoopta/wofi?) ## Dependencies libwayland-dev libgtk-3-dev