-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI/cirrus: add shared and static Windows release builds #6991
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. |
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. Assisted-by: Marcel Raad Closes curl#6991
32b0a9f
to
0b981d9
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. Assisted-by: Marcel Raad Closes curl#6991
0b981d9
to
d765f20
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. Assisted-by: Marcel Raad Closes curl#6991
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.