[Openvpn-devel,v3,7/7] travis.yml: add test for iproute2 net implementation

Message ID 20181219050118.6568-8-a@unstable.cc
State Accepted
Headers show
Series introduce networking API and add netlink support for Linux | expand

Commit Message

Antonio Quartulli Dec. 18, 2018, 6:01 p.m. UTC
Signed-off-by: Antonio Quartulli <a@unstable.cc>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Arne Schwabe May 10, 2019, 2:25 a.m. UTC | #1
Am 19.12.18 um 06:01 schrieb Antonio Quartulli:
> Signed-off-by: Antonio Quartulli <a@unstable.cc>
> ---
>  .travis.yml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index ede2aaa6..b8031fd8 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -33,6 +33,9 @@ matrix:
>      - env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
>        os: linux
>        compiler: gcc
> +    - env: SSLLIB="openssl" EXTRA_CONFIG="--enable-iproute2"
> +      os: linux
> +      compiler: gcc
>      - env: SSLLIB="openssl" CFLAGS="-fsanitize=address"
>        os: linux
>        compiler: clang
> 
Acked-By: Arne Schwabe <arne@rfc2549.org>
Gert Doering June 2, 2019, 9:14 a.m. UTC | #2
Your patch has been applied to the master branch.

Sufficiently trivial and independent of piece 4+5+6 that I applied
this in between.  Failed, of course, because the context of .travis.yml
got modified in between... we really need to focus our development on
"one large thing at a time"...

commit d595562d946aec4811ac0deffff0770fb9c32a21
Author: Antonio Quartulli
Date:   Wed Dec 19 15:01:18 2018 +1000

     travis.yml: add test for iproute2 net implementation

     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>


--
kind regards,

Gert Doering

Patch

diff --git a/.travis.yml b/.travis.yml
index ede2aaa6..b8031fd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,9 @@  matrix:
     - env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
       os: linux
       compiler: gcc
+    - env: SSLLIB="openssl" EXTRA_CONFIG="--enable-iproute2"
+      os: linux
+      compiler: gcc
     - env: SSLLIB="openssl" CFLAGS="-fsanitize=address"
       os: linux
       compiler: clang