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:
Rafael Kitover 2019-09-12 16:02:06 +00:00
parent 61141ebd3a
commit 33c43e3ad4
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -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