From: Daniel Stenberg Date: Wed, 2 Aug 2017 08:28:00 +0000 (+0200) Subject: travis: build osx with openssl too X-Git-Tag: curl-7_55_0~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23b4a0521099e5f8fccbc7d38c93d24e0f1e963d;p=curl travis: build osx with openssl too --- diff --git a/.travis.yml b/.travis.yml index b08cf1710..4fc9dcb67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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