mirror of
https://github.com/curl/curl.git
synced 2026-06-05 11:14:15 +03:00
cmake: set CURL_DIRSUFFIX automatically in multi-config builds
To make it easier to run tests when using the Visual Studio generator, also perhaps Xcode. Also drop manual settings from CI. Closes #18241
This commit is contained in:
parent
c04292648f
commit
7fd7d561c4
3 changed files with 5 additions and 2 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -912,7 +912,6 @@ jobs:
|
|||
env:
|
||||
TFLAGS: '${{ matrix.tflags }}'
|
||||
run: |
|
||||
export CURL_DIRSUFFIX="${MATRIX_TYPE}"
|
||||
TFLAGS="-j8 ${TFLAGS}"
|
||||
TFLAGS+=' !498' # 'Reject too large HTTP response headers on endless redirects' HTTP, HTTP GET (runtests detecting result code 2009 instead of 56 returned by curl)
|
||||
if [[ "${MATRIX_INSTALL_MSYS2}" = *'libssh2-wincng'* || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue