gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 177/208: travis: build osx with openssl too


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 177/208: travis: build osx with openssl too
Date: Wed, 09 Aug 2017 17:36:14 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 23b4a0521099e5f8fccbc7d38c93d24e0f1e963d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 2 10:28:00 2017 +0200

    travis: build osx with openssl too
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b08cf1710..4fc9dcb67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,9 @@ matrix:
           compiler: gcc
           env: BUILD_TYPE=debug
         - os: osx
+          compiler: gcc
+          env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/openssl
+        - os: osx
           compiler: clang
           env: BUILD_TYPE=normal
         - os: linux
@@ -76,7 +79,7 @@ script:
         fi
     - |
         if [ "$BUILD_TYPE" = "debug" ]; then
-             ./configure --enable-debug --enable-werror
+             ./configure --enable-debug --enable-werror $CONFIGURE
              make
              make TFLAGS=-n test-nonflaky
         fi

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



reply via email to

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