gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 130/178: travis: enable libssh2 on both macos and L


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 130/178: travis: enable libssh2 on both macos and Linux
Date: Wed, 23 May 2018 12:26:05 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 223506fd5331321fd57d7d8926efc57962781cc6
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 30 00:22:08 2018 +0200

    travis: enable libssh2 on both macos and Linux
    
    It seems to not be detected by default anymore (which is a bug I
    believe)
    
    Closes #2541
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 30eb118eb..8019c8846 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ matrix:
         - os: linux
           compiler: gcc
           dist: trusty
-          env: T=normal C="--with-gssapi"
+          env: T=normal C="--with-gssapi --with-libssh2"
         - os: linux
           compiler: gcc
           dist: trusty
@@ -70,7 +70,7 @@ matrix:
           env: T=iconv
         - os: osx
           compiler: gcc
-          env: T=debug
+          env: T=debug C=--with-libssh2
         - os: osx
           compiler: gcc
           env: T=debug C=--enable-ares

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



reply via email to

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