aboutsummaryrefslogtreecommitdiff
path: root/deps/md4c/appveyor.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-01 14:21:33 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-01 14:21:33 +0200
commitd67b11c832cd0061392e46e847a465f8f73c1ca5 (patch)
tree09bf2e08d0075917f051edbf210be8cb8f79b303 /deps/md4c/appveyor.yml
parent6c04dfe2caff1e03ba5c898b591327439452f616 (diff)
parentd071b4177c1a3897f4682e245046a45f362b6ac5 (diff)
Merge commit 'd071b4177c1a3897f4682e245046a45f362b6ac5' as 'deps/md4c'
Diffstat (limited to 'deps/md4c/appveyor.yml')
1 files changed, 29 insertions, 0 deletions
diff --git a/deps/md4c/appveyor.yml b/deps/md4c/appveyor.yml
new file mode 100644
index 0000000..d4bcaff
--- /dev/null
+++ b/deps/md4c/appveyor.yml
@@ -0,0 +1,29 @@
+# YAML definition for Appveyor.com continuous integration.
+# See http://www.appveyor.com/docs/appveyor-yml
+
+version: '{branch}-{build}'
+
+before_build:
+ - 'cmake --version'
+ - 'if "%PLATFORM%"=="x64" cmake -G "Visual Studio 12 Win64" .'
+ - 'if not "%PLATFORM%"=="x64" cmake -G "Visual Studio 12" .'
+
+build:
+ project: md4c.sln
+ verbosity: detailed
+
+skip_tags: true
+
+os:
+ - Windows Server 2012 R2
+
+configuration:
+ - Debug
+ - Release
+
+platform:
+ - x64 # 64-bit build
+ - win32 # 32-bit build
+
+artifacts:
+ - path: $(configuration)/md2html/md2html.exe