mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
97e5e37cc8
CMake configure doesn't fail often, but when it does, it helps to see its `CMakeFiles/CMakeConfigureLog.yaml` output. This file is present since CMake v3.26: https://cmake.org/cmake/help/v3.26/manual/cmake-configure-log.7.html (Older CMake versions save similar contend to `CMakeFiles\CMakeOutput.log` and `CMakeFiles\CMakeError.log`. This patch doesn't deal with that because the workflows touched are all running a newer CMake.) After this patch, we dump the content if cmake fails. Syncing this with autotools, where we already did that. Closes #13872 |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
scripts | ||
workflows | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
dependabot.yml | ||
FUNDING.yml | ||
labeler.yml | ||
lock.yml | ||
stale.yml |