Skip to content

Commit 03a0871

Browse files
committed
Add built cmark.exe as an AppVeyor artifact
1 parent 8daa6b1 commit 03a0871

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)