]> granicus.if.org Git - curl/commitdiff
travis: add metalink to some osx builds
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Aug 2017 09:37:07 +0000 (11:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Aug 2017 11:31:13 +0000 (13:31 +0200)
Closes #1790

.travis.yml

index e51496a3241c725cf789a626e255eb50b768c7f5..c5505075a3bd647160a1394d95de86f007364990 100644 (file)
@@ -34,13 +34,13 @@ matrix:
           env: T=debug
         - os: osx
           compiler: gcc
-          env: T=debug C=--with-ssl=/usr/local/opt/openssl
+          env: T=debug C="--with-ssl=/usr/local/opt/openssl --with-libmetalink"
         - os: osx
           compiler: gcc
-          env: T=debug C=--with-ssl=/usr/local/opt/libressl
+          env: T=debug C="--with-ssl=/usr/local/opt/libressl --with-libmetalink"
         - os: osx
           compiler: clang
-          env: T=debug C="--without-ssl --with-darwinssl"
+          env: T=debug C="--without-ssl --with-darwinssl --with-libmetalink"
         - os: osx
           compiler: clang
           env: T=normal
@@ -65,7 +65,7 @@ install:
   - pip install --user cpp-coveralls
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall libtool > /dev/null; fi
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2 libmetalink; fi
   - if [ $TRAVIS_OS_NAME = linux ]; then
       curl -L https://github.com/nghttp2/nghttp2/releases/download/v1.24.0/nghttp2-1.24.0.tar.gz |
          tar xzf - &&