]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
travis.yml: add test for iproute2 net implementation
authorAntonio Quartulli <a@unstable.cc>
Wed, 19 Dec 2018 05:01:18 +0000 (15:01 +1000)
committerGert Doering <gert@greenie.muc.de>
Sun, 2 Jun 2019 19:13:10 +0000 (21:13 +0200)
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Arne Schwabe <arne@rfc2549.org>
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 <gert@greenie.muc.de>
.travis.yml

index e61a8d382f4994476b8a7c9aec185e80871115f4..a8ec3a189a95efcc139be7cfec5653539e4ee117 100644 (file)
@@ -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