diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2021-07-29 08:10:39 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2021-07-31 12:20:33 +0200 |
commit | 1390fc097776f734a0b693c446b6ff7712a68a98 (patch) | |
tree | 5140363b0e82afb1c3b6876f205cd6bc055de076 /.cirrus.yml | |
parent | 5b9fedb4618a973a303fed3406499383cb27957f (diff) | |
download | curl-1390fc097776f734a0b693c446b6ff7712a68a98.tar.gz |
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
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7e71bb6ad..d82e63987 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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%" |