From: Martin Willi Date: Wed, 2 Apr 2014 09:31:41 +0000 (+0200) Subject: travis: Build "all" test without Windows specific charon-svc or dbghelp X-Git-Tag: 5.2.0dr6~24^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c2c639afbae4e7ddb90d10cfa9a25734d3d283;p=thirdparty%2Fstrongswan.git travis: Build "all" test without Windows specific charon-svc or dbghelp --- diff --git a/scripts/test.sh b/scripts/test.sh index bc09c76d41..2c8872ce4a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -31,7 +31,8 @@ all) CONFIG="--enable-all --disable-android-dns --disable-android-log --disable-dumm --disable-kernel-pfroute --disable-keychain --disable-lock-profiler --disable-maemo --disable-padlock - --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen" + --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen + --disable-svc --disable-dbghelp-backtraces" if test "$LEAK_DETECTIVE" = "yes"; then # libgcrypt can't be deinitialized CONFIG="$CONFIG --disable-gcrypt"