Added automated builds
This commit is contained in:
parent
372cbfbbd4
commit
7ef52c56d9
11
.build.yml
Normal file
11
.build.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
image: debian/sid
|
||||||
|
packages:
|
||||||
|
- build-essential
|
||||||
|
- libwayland-dev
|
||||||
|
- libgtk-3-dev
|
||||||
|
- pkg-config
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- build: |
|
||||||
|
cd rootbar/Release
|
||||||
|
make
|
@ -1,5 +1,7 @@
|
|||||||
# Wofi
|
# Wofi
|
||||||
Wofi is a launcher/menu program for wlroots based wayland compositors such as sway
|
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
|
## Dependencies
|
||||||
libwayland-dev
|
libwayland-dev
|
||||||
libgtk-3-dev
|
libgtk-3-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user