1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

.travis.yml: added build --with-libssh

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2017-10-31 08:44:24 +01:00 committed by Daniel Stenberg
parent 38aef6dc45
commit 05675ab5a3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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