diff options
author | Martin Willi <martin@revosec.ch> | 2014-04-02 11:31:41 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 15:53:11 +0200 |
commit | c2c2c639afbae4e7ddb90d10cfa9a25734d3d283 (patch) | |
tree | 36d2e7597d1dd2f986c7caffa9fd91da6518267c /scripts | |
parent | 66c0801dc7a789f0f2143d55b5067f246bf95d5f (diff) | |
download | strongswan-c2c2c639afbae4e7ddb90d10cfa9a25734d3d283.tar.bz2 strongswan-c2c2c639afbae4e7ddb90d10cfa9a25734d3d283.tar.xz |
travis: Build "all" test without Windows specific charon-svc or dbghelp
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index bc09c76d4..2c8872ce4 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" |