X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=cd5183e4a036c693ec621435384c37e57d72197c;hb=0f8e3c9f6f2ed4052387397756cd6e05cd28cd00;hp=f931ca4a9b426cdac5949e8f7f51be9991af3496;hpb=a0fbaf0889fda3788943baec80671ecc870a2925;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