Skip to content
Snippets Groups Projects
Unverified Commit c7b989e6 authored by Viktor Szakats's avatar Viktor Szakats
Browse files

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

parent 7e515e60
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment