mirror of
https://github.com/curl/curl.git
synced 2026-06-09 15:14:17 +03:00
appveyor.sh skip certs for skiprun jobs -> PR
This commit is contained in:
parent
fe98ab3d86
commit
87484dd53a
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ 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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue