aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-05-12 02:25:39 +0000
committerlloyd <[email protected]>2015-05-12 02:25:39 +0000
commit3040288bb40ca638cc7b91f557bf0a61159dbcf8 (patch)
tree27635c6d12220dbbb12cf1d0594f50c74a6ac4a1 /src
parentc83335a69b15434e7aba04d28401b978f4d4b3e9 (diff)
Move AppVeyor yml
Diffstat (limited to 'src')
-rw-r--r--src/scripts/ci/appveyor.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml
new file mode 100644
index 000000000..d005b0421
--- /dev/null
+++ b/src/scripts/ci/appveyor.yml
@@ -0,0 +1,9 @@
+os: Windows Server 2012 R2
+
+install:
+ - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
+
+build_script:
+ - python configure.py --via-amalgamation --cpu=x86_32 --cc=msvc --cc-abi-flags="/bigobj"
+ - nmake
+ - botan-test