summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-03-16 23:02:06 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-03-17 22:13:51 -0700
commitd7029dbc2c3088cf5bf3c5044ef2fee7a1b12dcc (patch)
tree42c4b88720ceae0a7da040332fa61c97268c6a3b
parent33798122ce837e15815df44b1fd925f0da04a233 (diff)
downloadrabbitmq-c-appveyor.tar.gz
Add minimal appveyor configuration.appveyor
-rw-r--r--appveyor.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..6e7c9f9
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,14 @@
+# appveyor configuration
+version: '{build}'
+
+environment:
+ matrix:
+ - GENERATOR: Visual Studio 12 Win64
+ - GENERATOR: Visual Studio 12
+
+before_build:
+ - cmake -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .
+
+build:
+ project: ALL_BUILD.vcxproj
+ verbosity: normal