From c7b989e6d67421df7722cb4a79063ab62e4fa33d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 13 May 2024 00:17:41 +0200 Subject: [PATCH] appveyor.sh: move/rebase patch from appveyor.yml --- appveyor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.sh b/appveyor.sh index a2925e647a..5f39dddd27 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -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