]> granicus.if.org Git - curl/commitdiff
travis: build osx with openssl too
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 08:28:00 +0000 (10:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 10:50:30 +0000 (12:50 +0200)
.travis.yml

index b08cf1710a894d7a5a56fcd9a7e53da14b5e6db0..4fc9dcb67b951a35ec886e60815660328407810c 100644 (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