1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-19 18:35:44 +02:00
kanshi/.build.yml

15 lines
235 B
YAML
Raw Normal View History

2019-06-01 12:33:46 +02:00
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