File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
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 gnuwin; fi
1516 - if [ "$TRAVIS_OS_NAME" != "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"; fi
1617 - if [ "$TRAVIS_OS_NAME" != "windows" ]; then export PATH=$PATH:/usr/local/lib; fi
1718 - if [ "$TRAVIS_OS_NAME" != "windows" ]; then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib; fi
@@ -21,7 +22,6 @@ before_install:
2122 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
2223 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2324 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
24- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/; fi
2525 - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
2626 - tar -xvzf libmicrohttpd-0.9.59.tar.gz
2727 - cd libmicrohttpd-0.9.59
You can’t perform that action at this time.
0 commit comments