7fbaca45807717475ef8be7f54e5b9b64a6dcec9
[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   - cmocka
13
14 sources:
15   - https://github.com/gsliepen/tinc
16
17 tasks:
18   - configure: |
19       cd tinc
20       meson setup build -Dpkg_config_path=/usr/pkg/lib/pkgconfig -Dminiupnpc=auto
21
22   - build: |
23       cd tinc
24       ninja -C build
25
26   - test: |
27       cd tinc
28       meson test -C build --verbose