From 03a0871bc118dd656ba849361a8bc09180b65c91 Mon Sep 17 00:00:00 2001 From: Marcus Ramse Date: Tue, 23 Apr 2019 11:18:47 +0200 Subject: Add built cmark.exe as an AppVeyor artifact --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) 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' -- cgit v1.2.3