diff options
| -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'  | 
