Added automated builds
This commit is contained in:
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
|
Reference in New Issue
Block a user