sourcehut CI: change build system to meson
[tinc] / .builds / openbsd.yml
1 image: openbsd/7.0
2
3 packages:
4   - meson
5   - pkgconf
6   - lzo2
7   - lz4
8   - miniupnpc
9   - readline
10   - texinfo
11
12 sources:
13   - https://github.com/gsliepen/tinc
14
15 tasks:
16   - configure: |
17       cd tinc
18       meson setup build -Dminiupnpc=auto
19
20   - build: |
21       cd tinc
22       ninja -C build
23
24   - test: |
25       cd tinc
26       meson test -C build --verbose