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 b974284 commit cf6f26fCopy full SHA for cf6f26f
.travis.yml
@@ -23,6 +23,8 @@ before_install:
23
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
24
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install curl; fi
25
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install mingw; fi
26
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install cygwin; fi
27
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install msys2; fi
28
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
29
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
30
- cd libmicrohttpd-0.9.59
0 commit comments