mirror of
https://github.com/curl/curl.git
synced 2026-08-01 05:08:04 +03:00
.travis.yml: added build --with-libssh
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
This commit is contained in:
parent
38aef6dc45
commit
05675ab5a3
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue