From: Antonio Quartulli Date: Wed, 19 Dec 2018 05:01:18 +0000 (+1000) Subject: travis.yml: add test for iproute2 net implementation X-Git-Tag: v2.5_beta1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d595562d946aec4811ac0deffff0770fb9c32a21;p=thirdparty%2Fopenvpn.git travis.yml: add test for iproute2 net implementation Signed-off-by: Antonio Quartulli Acked-by: Arne Schwabe Message-Id: <20181219050118.6568-8-a@unstable.cc> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18032.html Signed-off-by: Gert Doering --- diff --git a/.travis.yml b/.travis.yml index e61a8d382..a8ec3a189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ matrix: - env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h" LABEL="linux-ppc64le" os: linux-ppc64le compiler: gcc + - env: SSLLIB="openssl" EXTRA_CONFIG="--enable-iproute2" + os: linux + compiler: gcc - env: SSLLIB="openssl" CFLAGS="-fsanitize=address" os: linux compiler: clang