toolbox/playbooks/unit-test.yaml

8 lines
137 B
YAML
Raw Normal View History

---
- hosts: all
tasks:
- name: Test
command: meson test -C builddir
args:
chdir: '{{ zuul.project.src_dir }}'