mirror of
https://github.com/curl/curl.git
synced 2026-04-24 08:32:12 +03:00
travis: build osx with libressl too
This commit is contained in:
parent
23b4a05210
commit
1767adf439
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ matrix:
|
|||
- os: osx
|
||||
compiler: gcc
|
||||
env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/openssl
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/libressl
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: BUILD_TYPE=normal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue