mirror of
https://github.com/curl/curl.git
synced 2026-08-02 09:30:29 +03:00
ci: dump curl_config.h to log in all jobs
Also: - GHA/windows: merge full and brief dump into a single job step. - fix shellcheck warning 'useless cat'. Closes #15266
This commit is contained in:
parent
617feb7c93
commit
7bff686476
9 changed files with 71 additions and 33 deletions
5
.github/workflows/linux32.yml
vendored
5
.github/workflows/linux32.yml
vendored
|
|
@ -74,6 +74,11 @@ jobs:
|
|||
${{ matrix.build.configure }}
|
||||
name: 'configure'
|
||||
|
||||
- name: 'curl_config.h'
|
||||
run: |
|
||||
echo '::group::raw'; cat lib/curl_config.h || true; echo '::endgroup::'
|
||||
grep -F '#define' lib/curl_config.h | sort || true
|
||||
|
||||
- run: make V=1
|
||||
name: 'make'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue