X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fnetbsd.yml;h=41e5895f8c0b80861d68bda841b6f10a46d4fb87;hb=ce4d55b72fd4290d4710f10e755f6dd9ed039d88;hp=bbeaf2885bc1cc6481bf2830c72412d7cbec8ad6;hpb=d6866ff0f130704ff963d9e053b1d85407ed2d7c;p=tinc diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index bbeaf288..41e5895f 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -1,27 +1,22 @@ image: netbsd/9.x packages: - - meson - - pkgconf - - openssl - - lzo + - cmocka + - gtexinfo + - libgcrypt - lz4 + - lzo + - meson - miniupnpc - - readline - - gtexinfo + - pkgconf sources: - https://github.com/gsliepen/tinc -tasks: - - configure: | - cd tinc - meson setup build -Dpkg_config_path=/usr/pkg/lib/pkgconfig -Dminiupnpc=auto +environment: + PKG_CONFIG_PATH: /usr/pkg/lib/pkgconfig - - build: | - cd tinc - ninja -C build - - - test: | - cd tinc - meson test -C build --verbose +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