Skip to content

Commit cf6f26f

Browse files
committed
Additional windows libraries
1 parent b974284 commit cf6f26f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ before_install:
2323
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2424
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install curl; fi
2525
- 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
2628
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
2729
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
2830
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)