X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=cd5183e4a036c693ec621435384c37e57d72197c;hb=c32235ac0ef4ce8af77d59c6186436c49c3d7386;hp=f931ca4a9b426cdac5949e8f7f51be9991af3496;hpb=bead5aa5a467833171c69e5576595d28e7a5a6f4;p=tinc diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index f931ca4a..cd5183e4 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,27 +1,19 @@ image: openbsd/7.0 packages: - - meson - - pkgconf - - lzo2 + - cmocka + - libgcrypt - lz4 + - lzo2 + - meson - miniupnpc - - readline + - pkgconf - texinfo - - cmocka sources: - https://github.com/gsliepen/tinc tasks: - - configure: | - cd tinc - meson setup build -Dminiupnpc=auto - - - build: | - cd tinc - ninja -C build - - - test: | - cd tinc - meson test -C build --verbose + - openssl: sh tinc/.ci/bsd/run.sh openssl + - nolegacy: sh tinc/.ci/bsd/run.sh nolegacy + - gcrypt: sh tinc/.ci/bsd/run.sh gcrypt