Loading .travis.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading
.travis.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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