add -p:BuildInParallel=true to appveyor.yml
Hopefully this will speed up the appveyor builds at least a little bit. We really need to switch to ninja at some point though. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
61141ebd3a
commit
33c43e3ad4
|
@ -23,4 +23,4 @@ before_build:
|
|||
cmake .. -DVCPKG_TARGET_TRIPLET=x64-windows
|
||||
|
||||
build_script:
|
||||
- msbuild /m ALL_BUILD.vcxproj -p:Configuration=Release
|
||||
- msbuild -m -p:BuildInParallel=true -p:Configuration=Release ALL_BUILD.vcxproj
|
||||
|
|
Loading…
Reference in New Issue