CI/cirrus: reduce compile time with increased parallism

Cirrus CI VMs have 2 CPUs, let's use them also for Windows builds.

Reviewed-by: Daniel Stenberg
Closes #7505
This commit is contained in:
Marc Hoersken 2021-07-29 08:10:39 +02:00
parent 5b9fedb461
commit 1390fc0977
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -116,6 +116,7 @@ windows_task:
env:
CIRRUS_CLONE_DEPTH: 10
MSYS2_PATH_TYPE: inherit
MAKEFLAGS: -j 2
prepare_script: |
%container_cmd% -l -c "cd $(echo '%cd%') && %prepare%"