CI/cirrus: add shared and static Windows release builds#6991
CI/cirrus: add shared and static Windows release builds#6991mback2k wants to merge 1 commit intocurl:masterfrom
Conversation
e9c4ae1 to
32b0a9f
Compare
|
@jay @MarcelRaad I would appreciate your help if I got the flags for the static build variants correctly. It worked for me in the past. |
|
Is this manual setting of Line 348 in 47e169e Other than that, looks good to me. |
I was following the guidance given here: https://curl.se/docs/install.html
Would |
That applies to external applications using libcurl. I don't think it applies to curl itself as the build system should take care of that.
For both, yes. |
32b0a9f to
0b981d9
Compare
0b981d9 to
d765f20
Compare
d765f20 to
00e6a13
Compare
Azure Pipelines is currently being used for debug builds, let's also run some non-debug (release) Windows builds and make use of previously underutilized Cirrus CI for that. Reviewed-by: Marcel Raad Closes curl#6991
00e6a13 to
441ca70
Compare
|
Relevant CI builds passed, merging. |
Azure Pipelines is currently being used for debug builds, let's try to also run some non-debug (release) builds and make use of underutilized Cirrus CI for that.