xwim/.drone.yml

16 lines
189 B
YAML
Raw Normal View History

2020-02-16 02:20:12 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: arminfriedl/xwim-build
commands:
- meson build
- ninja -C build
trigger:
event:
exclude:
- tag