summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index e52aef5..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# appveyor configuration
-version: '{build}'
-
-# Limit history cloned. This matches what travis-CI currently does.
-clone_depth: 50
-
-environment:
- matrix:
- - GENERATOR: Visual Studio 12 Win64
- BITS: 64
- - GENERATOR: Visual Studio 12
- BITS: 32
-configuration:
- - Debug
- - Release
-
-cache:
- - c:\deps -> appveyor.yml
-
-before_build:
- - cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=ON -DRUN_SYSTEM_TESTS=ON -DENABLE_SSL_SUPPORT=True -G"%GENERATOR%" .
-
-build:
- project: ALL_BUILD.vcxproj
- verbosity: normal
-
-artifacts:
- - path: librabbitmq\%CONFIGURATION%
- name: LibRabbit-%BITS%-%CONFIGURATION%.zip
- type: zip