Skip to content

Commit a61c490

Browse files
authored
Merge pull request commonmark#294 from JerwuQu/cmark-issue-291-jerwuqu
Add built cmark.exe as an AppVeyor artifact
2 parents 10e2fd4 + 03a0871 commit a61c490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ install:
1313
build_script:
1414
- 'tools\appveyor-build.bat'
1515

16+
artifacts:
17+
- path: build/src/cmark.exe
18+
name: cmark.exe
19+
1620
test_script:
1721
- 'nmake test'

0 commit comments

Comments
 (0)