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