From: Martin Willi Date: Wed, 2 Apr 2014 09:36:19 +0000 (+0200) Subject: travis: Build "all" tests without Windows HTTP fetcher X-Git-Tag: 5.2.0dr6~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c572401b3474cc003bcbc202921e97f7f67adaeb;p=thirdparty%2Fstrongswan.git travis: Build "all" tests without Windows HTTP fetcher We don't include it in the Windows build test either, as MinGW does not come with -lwinhttp. --- diff --git a/scripts/test.sh b/scripts/test.sh index 103b411031..7c1dc89ac6 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -35,7 +35,7 @@ all) --disable-lock-profiler --disable-maemo --disable-padlock --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen --disable-svc --disable-dbghelp-backtraces --disable-socket-win - --disable-kernel-wfp --disable-kernel-iph" + --disable-kernel-wfp --disable-kernel-iph --disable-winhttp" if test "$LEAK_DETECTIVE" = "yes"; then # libgcrypt can't be deinitialized CONFIG="$CONFIG --disable-gcrypt"