X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Ffreebsd.yml;fp=.builds%2Ffreebsd.yml;h=5afae0fc16bcd0b302047a6291e0730e18d9846c;hb=83fa4ea34b22c69286579ca4cdaafd3c869677cc;hp=0000000000000000000000000000000000000000;hpb=444fd91a2138d82dc41be57fdc3ed185f6759ab0;p=tinc diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml new file mode 100644 index 00000000..5afae0fc --- /dev/null +++ b/.builds/freebsd.yml @@ -0,0 +1,31 @@ +image: freebsd/13.x + +packages: + - gmake + - autotools + - openssl + - lzo2 + - ncurses + - miniupnpc + - readline + - texinfo + +environment: + CFLAGS: -I/usr/local/include -L/usr/local/lib + +sources: + - https://github.com/gsliepen/tinc + +tasks: + - configure: | + cd tinc + autoreconf -fsi + ./configure --with-miniupnpc + + - build: | + cd tinc + gmake -j$(sysctl -n hw.ncpu) + + - test: | + cd tinc + gmake check-recursive VERBOSE=1