summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0ef27f9..7e41c09 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,9 @@ environment:
BITS: 64
- GENERATOR: Visual Studio 12
BITS: 32
+configuration:
+ - Debug
+ - Release
cache:
- c:\deps -> appveyor.yml
@@ -32,3 +35,8 @@ before_build:
build:
project: ALL_BUILD.vcxproj
verbosity: normal
+
+artifacts:
+ - path: librabbitmq\%CONFIGURATION%
+ name: LibRabbit-%BITS%-%OPENSSL_VER%-%CONFIGURATION%.zip
+ type: zip