From dcca8f1cd2d0cd49198ad8a24da81a5859e97ee5 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 23 Feb 2021 07:34:49 +0000 Subject: ci: remove appveyor configuration Signed-off-by: GitHub --- appveyor.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 appveyor.yml 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 -- cgit v1.2.1