From 38eaf97991e085eab0ae976902a411cc26458ed5 Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Tue, 2 May 2017 13:37:55 -0400 Subject: [PATCH] Added AppVeyor integration --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..67e5f9cf --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +version: 'Build #{build}' +image: Visual Studio 2015 +configuration: Release +platform: x86 +test: off +artifacts: +- path: Release + name: Build artifacts +deploy: off \ No newline at end of file