summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000000..3266fab6a8
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,12 @@
+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