summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-04-18 22:41:31 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-04-18 22:41:31 -0700
commitdceaabe0c2458ebd2de786a978262165e4b2e71c (patch)
tree1fd8883508359abadc9a0fe0696611debfedc8b5
parent038a9ed5491a59d6dcb3aa9e34a64e7dc326717b (diff)
downloadrabbitmq-c-dceaabe0c2458ebd2de786a978262165e4b2e71c.tar.gz
Disable tests in appveyor config.
Tests require building statically, and its not possible to build statically on Win32.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6e7c9f9..8c08e7b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ environment:
- GENERATOR: Visual Studio 12
before_build:
- - cmake -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .
+ - cmake -DBUILD_TESTS=OFF -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .
build:
project: ALL_BUILD.vcxproj