X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Ffreebsd.yml;h=865889506691d5a6250ec1c1fe9b95a049a4777b;hb=0f8e3c9f6f2ed4052387397756cd6e05cd28cd00;hp=b7d06813e7b0ae0a671b3adcafecd17b68704fcf;hpb=a0fbaf0889fda3788943baec80671ecc870a2925;p=tinc diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index b7d06813..86588950 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,32 +1,22 @@ image: freebsd/13.x packages: - - coreutils + - cmocka + - libgcrypt + - liblz4 + - lzo2 - meson - pkgconf - - openssl - - lzo2 - - liblz4 - - ncurses - - miniupnpc - - readline - texinfo - vde2 - - libgcrypt - - cmocka sources: - https://github.com/gsliepen/tinc -tasks: - - configure: | - cd tinc - meson setup build -Dpkg_config_path=/usr/local/lib/pkgconfig +environment: + PKG_CONFIG_PATH: /usr/local/libdata/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