diff --git a/appveyor.sh b/appveyor.sh index 0b9793ce37..284a90f222 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -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 diff --git a/appveyor.yml b/appveyor.yml index a7dca25e60..d3444d9491 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -142,3 +142,5 @@ skip_commits: # name: curl # - path: '**/*.dll' # name: libcurl dll +# - path: '**/*.lib' +# name: libcurl lib