Skip to content

Commit ae01168

Browse files
committed
Install GnuWin
1 parent c6527d5 commit ae01168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
- LINKING="static"
1313
before_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

0 commit comments

Comments
 (0)