X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fnetbsd.yml;h=41e5895f8c0b80861d68bda841b6f10a46d4fb87;hb=0f8e3c9f6f2ed4052387397756cd6e05cd28cd00;hp=1848df0de5728566c91bc2b0a9849d80eafe9f3d;hpb=c79f93d90fdb12c839ca59336e9bf571e8cbbcaa;p=tinc diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index 1848df0d..41e5895f 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -1,33 +1,22 @@ image: netbsd/9.x packages: - - gmake - - automake - - autoconf - - openssl - - lzo + - 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