summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-23 09:12:47 -0700
committerGitHub <noreply@github.com>2019-04-23 09:12:47 -0700
commita61c4902f07789d40a717daef710da29e7899485 (patch)
tree40dd945baada00c32daa3b84bb2fc2de9d41d89b
parent10e2fd4f46516d925cc8d930ff6a235622131d0a (diff)
parent03a0871bc118dd656ba849361a8bc09180b65c91 (diff)
Merge pull request #294 from JerwuQu/cmark-issue-291-jerwuqu
Add built cmark.exe as an AppVeyor artifact
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0259323..fa3fc86 100644
--- 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'