cmark

My personal build of CMark ✏️

Commit
36a19891dd92a93fd77b94cafc0de3242545e7cd
Parent
5eb6317f64acb3ad98ed3bc8fd622942dcba50b5
Author
John MacFarlane <jgm@berkeley.edu>
Date

Trying configuration in appveyor.yml

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 4 2 2
diff --git a/appveyor.yml b/appveyor.yml
@@ -3,8 +3,8 @@ environment:
   PYTHON_VERSION: "3.4.1"
   PYTHON_ARCH: "32"
 
-build:
-  - '@nmake.exe /nologo /f Makefile.nmake'
+configuration:
+  - Release
 
 test_script:
   - '@nmake.exe /nologo /f Makefile.nmake test'