We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efae27 commit 1872af1Copy full SHA for 1872af1
.travis.yml
@@ -62,6 +62,7 @@ before_install:
62
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/lib"; fi
63
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CFLAGS="$CFLAGS -I/usr/include"; fi
64
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CXXFLAGS="$CXXFLAGS -I/usr/include"; fi
65
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then cat /usr/include/gnutls/gnutls.h ; fi
66
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
67
- tar -xzf libmicrohttpd-0.9.59.tar.gz
68
- cd libmicrohttpd-0.9.59
0 commit comments