]> granicus.if.org Git - curl/commitdiff
.travis.yml: added build --with-libssh
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 31 Oct 2017 07:44:24 +0000 (08:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Dec 2017 16:35:15 +0000 (17:35 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
.travis.yml

index d3c396c6afc810b170d2d48b616d46b44498d6b6..7e2be4a59a133aed287a3fd6a70c7142a329960e 100644 (file)
@@ -18,6 +18,7 @@ addons:
             - stunnel4
             - libidn2-0-dev
             - libssh2-1-dev
+            - libssh-dev
             - krb5-user
 
 matrix:
@@ -26,6 +27,10 @@ matrix:
           compiler: gcc
           dist: trusty
           env: T=normal C="--with-gssapi"
+        - os: linux
+          compiler: gcc
+          dist: trusty
+          env: T=normal C=--with-libssh
         - os: linux
           compiler: gcc
           dist: trusty