Skip to content

Commit

Permalink
Merge pull request commonmark#294 from JerwuQu/cmark-issue-291-jerwuqu
Browse files Browse the repository at this point in the history
Add built cmark.exe as an AppVeyor artifact
  • Loading branch information
jgm authored Apr 23, 2019
2 parents 10e2fd4 + 03a0871 commit a61c490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ install:
build_script:
- 'tools\appveyor-build.bat'

artifacts:
- path: build/src/cmark.exe
name: cmark.exe

test_script:
- 'nmake test'

0 comments on commit a61c490

Please sign in to comment.