aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..701bf94
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,11 @@
+image: Visual Studio 2015
+
+platform:
+ - x86
+ - x64
+
+build_script:
+- cmd: >-
+ if "%platform%" == "x86" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86
+ if "%platform%" == "x64" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64
+ nmake /f makefile.nmake