diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-23 09:12:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 09:12:47 -0700 |
commit | a61c4902f07789d40a717daef710da29e7899485 (patch) | |
tree | 40dd945baada00c32daa3b84bb2fc2de9d41d89b /appveyor.yml | |
parent | 10e2fd4f46516d925cc8d930ff6a235622131d0a (diff) | |
parent | 03a0871bc118dd656ba849361a8bc09180b65c91 (diff) |
Merge pull request #294 from JerwuQu/cmark-issue-291-jerwuqu
Add built cmark.exe as an AppVeyor artifact
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
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' |