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
|
Loading…
Reference in New Issue
Block a user