X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Ffreebsd.yml;h=865889506691d5a6250ec1c1fe9b95a049a4777b;hb=38a4eb4ebc730d805fcab9d64fe988be42a99122;hp=fbd6670c778ab159ebf0c8535d32478a37de9e5a;hpb=c79f93d90fdb12c839ca59336e9bf571e8cbbcaa;p=tinc diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index fbd6670c..86588950 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,32 +1,22 @@ image: freebsd/13.x packages: - - gmake - - autotools - - openssl - - lzo2 + - cmocka + - libgcrypt - liblz4 - - ncurses - - miniupnpc - - readline + - lzo2 + - meson + - pkgconf - texinfo - -environment: - CFLAGS: -I/usr/local/include -L/usr/local/lib + - vde2 sources: - https://github.com/gsliepen/tinc -tasks: - - configure: | - cd tinc - autoreconf -fsi - ./configure --with-miniupnpc - - - build: | - cd tinc - gmake -j$(sysctl -n hw.ncpu) +environment: + PKG_CONFIG_PATH: /usr/local/libdata/pkgconfig - - test: | - cd tinc - gmake check-recursive VERBOSE=1 +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