1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-18 09:51:36 +02:00

ci: add .build.yml

This commit is contained in:
Simon Ser 2019-06-01 13:33:46 +03:00
parent 530805c3b5
commit be33c6699c
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

14
.build.yml Normal file
View File

@ -0,0 +1,14 @@
image: archlinux
packages:
- meson
- wayland
- scdoc
sources:
- https://github.com/emersion/kanshi
tasks:
- setup: |
cd kanshi
meson build -Dauto_features=enabled
- build: |
cd kanshi
ninja -C build