diff options
author | MichaĆ Janiszewski <janisozaur@gmail.com> | 2019-10-19 20:37:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-30 09:41:38 +0100 |
commit | 8d8b5ec3444ae2ae7d20790bcf2e1a96b5819645 (patch) | |
tree | 5e5a715c7f5eab589983ac7c50976f68b4fcfd1a /appveyor.yml | |
parent | dcd7e37c3a0ce108635b89cacc1e3425e57bd3bc (diff) | |
download | curl-8d8b5ec3444ae2ae7d20790bcf2e1a96b5819645.tar.gz |
appveyor: publish artifacts on appveyor
This allows obtaining upstream builds of curl directly from appveyor for
all the available configurations
Closes #4509
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2a05b5722..9b4ad5cf5 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 |