mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
travis: build osx with openssl too
This commit is contained in:
parent
920f777fc8
commit
23b4a05210
@ -30,6 +30,9 @@ matrix:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: BUILD_TYPE=debug
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/openssl
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: BUILD_TYPE=normal
|
||||
@ -76,7 +79,7 @@ script:
|
||||
fi
|
||||
- |
|
||||
if [ "$BUILD_TYPE" = "debug" ]; then
|
||||
./configure --enable-debug --enable-werror
|
||||
./configure --enable-debug --enable-werror $CONFIGURE
|
||||
make
|
||||
make TFLAGS=-n test-nonflaky
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user