Added automated builds

This commit is contained in:
Scoopta 2019-08-21 16:33:18 -07:00
parent 372cbfbbd4
commit 7ef52c56d9
2 changed files with 13 additions and 0 deletions

11
.build.yml Normal file
View File

@ -0,0 +1,11 @@
image: debian/sid
packages:
- build-essential
- libwayland-dev
- libgtk-3-dev
- pkg-config
tasks:
- build: |
cd rootbar/Release
make

View File

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