]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
travis: Build "all" tests without Windows HTTP fetcher
authorMartin Willi <martin@revosec.ch>
Wed, 2 Apr 2014 09:36:19 +0000 (11:36 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 4 Jun 2014 14:34:16 +0000 (16:34 +0200)
We don't include it in the Windows build test either, as MinGW does not come
with -lwinhttp.

scripts/test.sh

index 103b41103175ed28b3e0a3b0a8882ec88d2c5b0f..7c1dc89ac6caa8fbc1f138b3ec5f78b86f20c45d 100755 (executable)
@@ -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"