mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:31:42 +03:00
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:
parent
7a08c5d820
commit
92f66f0234
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue