appveyor: minor improvements [ci skip]

- make per-job cmake options override default ones (as in GHA)
- also upload `.lib` artifacts (in commented code)

Cherry-picked from #20750
This commit is contained in:
Viktor Szakats 2026-02-27 00:03:18 +01:00
parent 7a08c5d820
commit 92f66f0234
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -88,8 +88,8 @@ if [ -n "${CMAKE_GENERATOR:-}" ]; then
-DCURL_STATIC_CRT=ON \
-DCURL_DROP_UNUSED=ON \
-DCURL_USE_SCHANNEL=ON -DCURL_USE_LIBPSL=OFF \
${CMAKE_GENERATE:-} \
${options} \
${CMAKE_GENERATE:-} \
|| { cat "${root}"/_bld/CMakeFiles/CMake* 2>/dev/null; false; }
[ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2013' ] && cd ..
done

View File

@ -142,3 +142,5 @@ skip_commits:
# name: curl
# - path: '**/*.dll'
# name: libcurl dll
# - path: '**/*.lib'
# name: libcurl lib