summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 3266fab6a8..0000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-version: '{branch}.{build}'
-configuration: RelWithDebInfo
-clone_depth: 1
-before_build:
-- mkdir BLD
-- cd BLD
-- cmake -G "Visual Studio 14 2015" -DBUILD_BINDING_DOTNET=OFF -DBOOST_ROOT=C:\Libraries\boost_1_59_0 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_59_0\lib32-msvc-14.0 ../qpid/cpp
-- cd ..
-build:
- project: BLD\qpid-cpp.sln
- parallel: true
- verbosity: normal