File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212 - LINKING="static"
1313before_install :
1414 - eval "${MATRIX_EVAL}"
15+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install curl; fi
16+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install mingw; fi
17+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install cygwin; fi
18+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install msys2; fi
19+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then msys2_shell.cmd; fi
1520 - if [ "$TRAVIS_OS_NAME" != "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"; fi
1621 - if [ "$TRAVIS_OS_NAME" != "windows" ]; then export PATH=$PATH:/usr/local/lib; fi
1722 - if [ "$TRAVIS_OS_NAME" != "windows" ]; then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib; fi
@@ -21,10 +26,6 @@ before_install:
2126 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
2227 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2328 - 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
2829 - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
2930 - tar -xvzf libmicrohttpd-0.9.59.tar.gz
3031 - cd libmicrohttpd-0.9.59
You can’t perform that action at this time.
0 commit comments