b7d06813e7b0ae0a671b3adcafecd17b68704fcf
[tinc] / .builds / freebsd.yml
1 image: freebsd/13.x
2
3 packages:
4   - coreutils
5   - meson
6   - pkgconf
7   - openssl
8   - lzo2
9   - liblz4
10   - ncurses
11   - miniupnpc
12   - readline
13   - texinfo
14   - vde2
15   - libgcrypt
16   - cmocka
17
18 sources:
19   - https://github.com/gsliepen/tinc
20
21 tasks:
22   - configure: |
23       cd tinc
24       meson setup build -Dpkg_config_path=/usr/local/lib/pkgconfig
25
26   - build: |
27       cd tinc
28       ninja -C build
29
30   - test: |
31       cd tinc
32       meson test -C build --verbose