Revert "appveyor.sh skip certs for skiprun jobs -> PR"

This reverts commit 969796240f07433e38cb22b3de7994b211727e8a.

Let's keep testing this on AppVeyor, just for coverage of these scripts
in more envs
This commit is contained in:
Viktor Szakats 2025-08-09 00:42:22 +02:00
parent dab0d6db93
commit e80cf4f7bb
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -55,7 +55,6 @@ if [ "${BUILD_SYSTEM}" = 'CMake' ]; then
[ -n "${WINTARGET:-}" ] && options+=" -DCURL_TARGET_WINDOWS_VERSION=${WINTARGET}"
[ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}"
[ -n "${CURLDEBUG:-}" ] && options+=" -DENABLE_CURLDEBUG=${CURLDEBUG}"
[ "${TFLAGS}" = 'skiprun' ] && options+=' -D_CURL_SKIP_BUILD_CERTS=ON'
if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2013' ]; then
mkdir "_bld${_chkprefill}"
cd "_bld${_chkprefill}"