mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:46:15 +03:00
GHA/configure-vs-cmake: dump ./configure --help
For visual review when necessary. For the three major platforms for symmetry and good measure. Closes #22427
This commit is contained in:
parent
c7245578c3
commit
c7fb986b72
1 changed files with 3 additions and 0 deletions
3
.github/workflows/configure-vs-cmake.yml
vendored
3
.github/workflows/configure-vs-cmake.yml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
- name: 'run configure --with-openssl'
|
||||
run: |
|
||||
autoreconf -fi
|
||||
echo '::group::configure --help output'; ./configure --help; echo '::endgroup::'
|
||||
export PKG_CONFIG_DEBUG_SPEW=1
|
||||
mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl
|
||||
|
||||
|
|
@ -109,6 +110,7 @@ jobs:
|
|||
- name: 'run configure --with-openssl'
|
||||
run: |
|
||||
autoreconf -fi
|
||||
echo '::group::configure --help output'; ./configure --help; echo '::endgroup::'
|
||||
export PKG_CONFIG_DEBUG_SPEW=1
|
||||
mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --disable-ldap --with-brotli --with-zstd --with-apple-sectrust
|
||||
|
||||
|
|
@ -161,6 +163,7 @@ jobs:
|
|||
- name: 'run configure --with-schannel'
|
||||
run: |
|
||||
autoreconf -fi
|
||||
echo '::group::configure --help output'; ./configure --help; echo '::endgroup::'
|
||||
export PKG_CONFIG_DEBUG_SPEW=1
|
||||
mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-schannel --without-libpsl --host="${TRIPLET}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue