summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-06-01 23:58:46 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-06-01 23:59:16 -0700
commit5a11ca8e8d22b4c821de7efe7449fe08f0bcd428 (patch)
treeeabe205e921cc22f50bd917a24943d82c228ff61
parent72affd5b9d13515bd8f6dbe40f953794ef260e81 (diff)
downloadrabbitmq-c-5a11ca8e8d22b4c821de7efe7449fe08f0bcd428.tar.gz
ci: enable static-build & building of tests on appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0ce4f47..b3a7958 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ environment:
- GENERATOR: Visual Studio 12
before_build:
- - cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF -DBUILD_TESTS=OFF -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .
+ - cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=ON -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .
build:
project: ALL_BUILD.vcxproj