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 ad5fe59 commit b974284Copy full SHA for b974284
.travis.yml
@@ -22,6 +22,7 @@ before_install:
22
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
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
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
27
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
28
- cd libmicrohttpd-0.9.59
0 commit comments