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.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user