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