ci: Build on alpine

master
Kenny Levinsen 2020-09-13 21:43:39 +02:00
parent 88a6d1dd17
commit 235887e6e9
1 changed files with 14 additions and 0 deletions

14
.build.yml 100644
View File

@ -0,0 +1,14 @@
image: alpine/edge
packages:
- meson
- wayland
- wayland-dev
- wayland-protocols
sources:
- https://git.sr.ht/~kennylevinsen/wlsunset
tasks:
- build: |
cd wlsunset
meson build
ninja -C build