]> granicus.if.org Git - curl/commitdiff
travis: add an osx http-only build
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 May 2019 06:57:00 +0000 (08:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 May 2019 13:32:42 +0000 (15:32 +0200)
Closes #3887

.travis.yml

index 3ea0201605ca52eada4add5fec56601c798c52ff..9455b4e56903be1c1638c82fa4858cbf5e279c46 100644 (file)
@@ -222,6 +222,9 @@ matrix:
         - os: osx
           compiler: gcc
           env: T=debug C=--with-libssh2
+        - os: osx
+          compiler: gcc
+          env: T=debug C="--disable-dict --disable-file --disable-ftp --disable-gopher --disable-imap --disable-ldap --disable-pop3 --disable-rtmp --disable-rtsp --disable-scp --disable-sftp --disable-smb --disable-smtp --disable-telnet --disable-tftp --disable-unix-sockets --disable-shared --enable-debug --enable-maintainer-mode --without-brotli --without-gssapi --without-libidn2 --without-libmetalink --without-libpsl --without-librtmp --without-libssh2 --without-nghttp2 --without-ntlm-auth --without-ssl --without-zlib"
         - os: osx
           compiler: gcc
           env: T=debug C=--enable-ares