travis: build osx with openssl too

This commit is contained in:
Daniel Stenberg 2017-08-02 10:28:00 +02:00
parent 920f777fc8
commit 23b4a05210
1 changed files with 4 additions and 1 deletions

View File

@ -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