diff options
author | Marcus Ramse <marcus@ramse.se> | 2019-04-23 11:18:47 +0200 |
---|---|---|
committer | Marcus Ramse <jerwuqu@gmail.com> | 2019-04-23 11:29:20 +0200 |
commit | 03a0871bc118dd656ba849361a8bc09180b65c91 (patch) | |
tree | 4182243781c7b37a8626eeb8f9b8341108a023bf | |
parent | 8daa6b1495124f0b67e6034130e12d7be83e38bd (diff) |
Add built cmark.exe as an AppVeyor artifact
-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' |