X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.builds%2Ffreebsd.yml;h=865889506691d5a6250ec1c1fe9b95a049a4777b;hb=38a4eb4ebc730d805fcab9d64fe988be42a99122;hp=b7d06813e7b0ae0a671b3adcafecd17b68704fcf;hpb=bead5aa5a467833171c69e5576595d28e7a5a6f4;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