From: MichaƂ Janiszewski Date: Sat, 19 Oct 2019 18:37:06 +0000 (+0200) Subject: appveyor: publish artifacts on appveyor X-Git-Tag: curl-7_67_0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d8b5ec3444ae2ae7d20790bcf2e1a96b5819645;p=thirdparty%2Fcurl.git appveyor: publish artifacts on appveyor This allows obtaining upstream builds of curl directly from appveyor for all the available configurations Closes #4509 --- diff --git a/appveyor.yml b/appveyor.yml index 2a05b57223..9b4ad5cf5c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -210,3 +210,9 @@ branches: only: - master - /\/ci$/ + +artifacts: + - path: '**/curl.exe' + name: curl + - path: '**/libcurl.dll' + name: libcurl