From: Erwin Janssen Date: Mon, 27 Jun 2016 16:38:29 +0000 (+0200) Subject: Appveyor: now producing artifact. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9cc2e941a025ac4c3b7e3b8592ecd8ef8e95005;p=graphviz Appveyor: now producing artifact. --- diff --git a/appveyor.yml b/appveyor.yml index 2891afba9..be29966dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,3 +59,7 @@ build_script: & $BashPath -lc "make" } + +artifacts: + - path: Graphviz + name: graphviz-windows \ No newline at end of file