gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] branch master updated: various fixes to travis for gnurl, should


From: gnunet
Subject: [gnurl] branch master updated: various fixes to travis for gnurl, should come up with my own file eventually
Date: Tue, 07 Apr 2020 16:34:23 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new e58bf5cf6 various fixes to travis for gnurl, should come up with my 
own file eventually
e58bf5cf6 is described below

commit e58bf5cf6d1da824f94c241a427521ecd3da5b39
Author: Nikita Gillmann <address@hidden>
AuthorDate: Tue Apr 7 16:33:52 2020 +0200

    various fixes to travis for gnurl, should come up with my own file 
eventually
---
 .travis.yml | 57 ++++++---------------------------------------------------
 1 file changed, 6 insertions(+), 51 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4174168ec..3dbbd4d21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ matrix:
           compiler: gcc
           dist: trusty
           env:
-              - T=normal C="--with-gssapi --with-libssh2" CHECKSRC=1
+              - T=normal C="" CHECKSRC=1
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
           addons:
               apt:
@@ -48,7 +48,7 @@ matrix:
           compiler: gcc
           dist: trusty
           env:
-              - T=normal C=--with-libssh
+              - T=normal C=""
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
           addons:
               apt:
@@ -61,7 +61,7 @@ matrix:
           compiler: gcc
           dist: trusty
           env:
-              - T=normal C="--enable-ares"
+              - T=normal C=""
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
         - os: linux
           compiler: gcc
@@ -86,7 +86,7 @@ matrix:
               - eval "$(gimme stable)"
               - gimme --list
           env:
-              - T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" 
LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib
+              - T=novalgrind C=""
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
           addons:
               apt:
@@ -104,7 +104,7 @@ matrix:
               - eval "$(gimme stable)"
               - gimme --list
           env:
-              - T=novalgrind BORINGSSL=yes QUICHE="yes" 
C="--with-ssl=$HOME/boringssl --with-quiche=$HOME/quiche/target/release 
--enable-alt-svc" 
LD_LIBRARY_PATH=/home/travis/boringssl/lib:$HOME/quiche/target/release:/usr/local/lib
+              - T=novalgrind QUICHE="yes" 
C="--with-quiche=$HOME/quiche/target/release --enable-alt-svc" 
LD_LIBRARY_PATH=$HOME/quiche/target/release:/usr/local/lib
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
           addons:
               apt:
@@ -118,35 +118,7 @@ matrix:
           compiler: gcc
           dist: xenial
           env:
-              - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild 
--with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" 
NOTESTS=
-              - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
-        - os: linux
-          compiler: gcc
-          dist: bionic
-          env:
-              - T=debug-wolfssl C="--with-wolfssl --without-ssl"
-              - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
-        - os: linux
-          compiler: gcc
-          dist: bionic
-          env:
-              - T=debug-mesalink C="--with-mesalink --without-ssl"
+              - T=novalgrind C="--enable-alt-svc" NOTESTS=
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
           addons:
               apt:
@@ -222,23 +194,6 @@ matrix:
                       - libgnutls28-dev
                       - libpsl-dev
                       - libbrotli-dev
-        - os: linux
-          compiler: clang
-          dist: bionic
-          env:
-              - T=debug C="--with-nss --without-ssl" NOTESTS=1 
CPPFLAGS="-isystem /usr/include/nss"
-              - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                      - llvm-toolchain-bionic-7
-                  packages:
-                      - *common_packages
-                      - clang-7
-                      - libnss3-dev
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: gcc
           dist: trusty

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]