cmark

My personal build of CMark ✏️

Commit
ff0c1e79b2909877aacfdfe8490dca4b8a0aed8e
Parent
efaa24fe63a0ce1ee2b34ef20419d7ba9396463a
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added appveyor.yml

Diffstat

1 file changed, 12 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Added appveyor.yml 12 12 0
diff --git a/appveyor.yml b/appveyor.yml
@@ -0,0 +1,12 @@
+environment:
+  - PYTHON: "C:\\Python34"
+  - PYTHON_VERSION: "3.4.1"
+  - PYTHON_ARCH: "32"
+
+build:
+  - @nmake.exe /nologo /f Makefile.nmake
+
+test_script:
+  - @nmake.exe /nologo /f Makefile.nmake test
+
+