summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-02-23 07:34:49 +0000
committerGitHub <noreply@github.com>2021-02-23 07:34:49 +0000
commitdcca8f1cd2d0cd49198ad8a24da81a5859e97ee5 (patch)
treed2949ce0bad56db3ff37734add59d8521fb838a7
parent91824532e248315eda5b373cb4c3c0fb122b42f6 (diff)
downloadrabbitmq-c-rm_appveyor.tar.gz
ci: remove appveyor configurationrm_appveyor
Signed-off-by: GitHub <noreply@github.com>
-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