appveyor: publish artifacts on appveyor#4509
Conversation
This allows obtaining upstream builds of curl directly from appveyor for all the available configurations
|
So where/how do you find the artifacts after a build? |
|
There is an undocumented curl tool switch for Windows to get all the module paths |
|
@bagder sorry for late response, I didn't notice your comment. You have to select a particular build job from the matrix, e.g. https://ci.appveyor.com/project/curlorg/curl/builds/28233363/job/haokjn1m953utws3 then switch to 'artifacts' tab There's more documentation available here: https://www.appveyor.com/docs/packaging-artifacts/#permalink-to-the-last-successful-build-artifact In particular you can offer CI builds using the permalink constructed as described in the link. |
|
Thanks! |

This allows obtaining upstream builds of curl directly from appveyor for
all the available configurations