X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=cd5183e4a036c693ec621435384c37e57d72197c;hb=38a4eb4ebc730d805fcab9d64fe988be42a99122;hp=caf479987c14e1638d0019d404e4b7564069a2b3;hpb=d6866ff0f130704ff963d9e053b1d85407ed2d7c;p=tinc diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index caf47998..cd5183e4 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,26 +1,19 @@ image: openbsd/7.0 packages: - - meson - - pkgconf - - lzo2 + - cmocka + - libgcrypt - lz4 + - lzo2 + - meson - miniupnpc - - readline + - pkgconf - texinfo 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