1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-19 18:35:44 +02:00
kanshi/.build.yml
2019-06-01 13:33:46 +03:00

15 lines
235 B
YAML

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