xwim/.drone.yml
2020-02-16 03:20:12 +01:00

16 lines
235 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: arminfriedl/xwim-build
commands:
- meson build
- ninja -C build
- build/src/xwim ../compile-commands.json
trigger:
event:
exclude:
- tag