appveyor.sh: move/rebase patch from appveyor.yml

This commit is contained in:
Viktor Szakats 2024-05-13 00:17:41 +02:00
parent 7e515e6094
commit c7b989e6d6
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -137,6 +137,7 @@ if [[ "${TFLAGS}" != 'skipall' ]] && \
elif [ -x "$(cygpath 'C:/msys64/usr/bin/curl.exe')" ]; then
TFLAGS+=" -ac $(cygpath 'C:/msys64/usr/bin/curl.exe')"
fi
TFLAGS+=' -j0'
if [ "${BUILD_SYSTEM}" = 'CMake' ]; then
cmake --build _bld --config "${PRJ_CFG}" --target test-ci
else