gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 157/178: travis: add build using NSS


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 157/178: travis: add build using NSS
Date: Wed, 23 May 2018 12:26:32 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit c3d7db4ecb2f8a0b22bd7cdf54ef10c119ebcc48
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu May 10 08:56:46 2018 +0200

    travis: add build using NSS
    
    Closes #2558
---
 .travis.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 172e1fd52..6952f704f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,7 @@ addons:
             - krb5-user
             - autopoint  # for libpsl that needs autoreconf that uses gettext 
that needs it
             - libunistring-dev # for libidn2 neeed by libpsl
+            - libnss3-dev
 
 matrix:
     include:
@@ -75,6 +76,10 @@ matrix:
           dist: trusty
           env: T=debug C="--with-mbedtls --without-ssl"
         - os: linux
+          compiler: clang
+          dist: trusty
+          env: T=debug C="--with-nss --without-ssl" NOTESTS=1 
CPPFLAGS="-isystem /usr/include/nss"
+        - os: linux
           compiler: gcc
           dist: trusty
           env: T=iconv
@@ -236,7 +241,9 @@ script:
         if [ "$T" = "debug" ]; then
              ./configure --enable-debug --enable-werror $C
              make && make examples
-             make TFLAGS=-n test-nonflaky
+             if [ -z $NOTESTS ]; then
+                make TFLAGS=-n test-nonflaky
+             fi
         fi
     - |
         set -eo pipefail

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



reply via email to

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