X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=cd5183e4a036c693ec621435384c37e57d72197c;hb=38a4eb4ebc730d805fcab9d64fe988be42a99122;hp=23ad669b0305db75d38c4d272c642eada7688590;hpb=c79f93d90fdb12c839ca59336e9bf571e8cbbcaa;p=tinc diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 23ad669b..cd5183e4 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,34 +1,19 @@ -image: openbsd/6.9 +image: openbsd/7.0 packages: - - gmake - - automake-1.16.3 - - autoconf-2.71 - - openssl-1.1.1k - - lzo2 + - cmocka + - libgcrypt - lz4 + - lzo2 + - meson - miniupnpc - - readline + - pkgconf - texinfo -environment: - AUTOCONF_VERSION: 2.71 - AUTOMAKE_VERSION: 1.16 - 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 + - openssl: sh tinc/.ci/bsd/run.sh openssl + - nolegacy: sh tinc/.ci/bsd/run.sh nolegacy + - gcrypt: sh tinc/.ci/bsd/run.sh gcrypt