X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fnetbsd.yml;h=41e5895f8c0b80861d68bda841b6f10a46d4fb87;hb=0f8e3c9f6f2ed4052387397756cd6e05cd28cd00;hp=633a982ed0f37db1679f3bb8c4569023249131e9;hpb=83fa4ea34b22c69286579ca4cdaafd3c869677cc;p=tinc diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index 633a982e..41e5895f 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -1,32 +1,22 @@ image: netbsd/9.x packages: - - gmake - - automake - - autoconf - - openssl + - cmocka + - gtexinfo + - libgcrypt + - lz4 - lzo + - meson - miniupnpc - - readline - - gtexinfo - -environment: - CFLAGS: -I/usr/pkg/include -L/usr/pkg/lib + - pkgconf sources: - https://github.com/gsliepen/tinc -tasks: - - configure: | - cd tinc - autoreconf -fsi - ./configure --with-miniupnpc - - - build: | - cd tinc - gmake -j$(sysctl -n hw.ncpu) +environment: + PKG_CONFIG_PATH: /usr/pkg/lib/pkgconfig - - test: | - cd tinc - export LD_LIBRARY_PATH=/usr/pkg/lib - gmake check-recursive VERBOSE=1 +tasks: + - openssl: sh tinc/.ci/bsd/run.sh openssl + - nolegacy: sh tinc/.ci/bsd/run.sh nolegacy + - gcrypt: sh tinc/.ci/bsd/run.sh gcrypt