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