cmark

My personal build of CMark ✏️

Commit
a61c4902f07789d40a717daef710da29e7899485
Parent
10e2fd4f46516d925cc8d930ff6a235622131d0a
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #294 from JerwuQu/cmark-issue-291-jerwuqu

Add built cmark.exe as an AppVeyor artifact

Diffstat

1 file changed, 4 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 4 4 0
diff --git a/appveyor.yml b/appveyor.yml
@@ -13,5 +13,9 @@ install:
 build_script:
   - 'tools\appveyor-build.bat'
 
+artifacts:
+  - path: build/src/cmark.exe
+    name: cmark.exe
+
 test_script:
   - 'nmake test'