mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-06 08:02:50 +02:00
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:
@@ -23,4 +23,4 @@ before_build:
|
|||||||
cmake .. -DVCPKG_TARGET_TRIPLET=x64-windows
|
cmake .. -DVCPKG_TARGET_TRIPLET=x64-windows
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- msbuild /m ALL_BUILD.vcxproj -p:Configuration=Release
|
- msbuild -m -p:BuildInParallel=true -p:Configuration=Release ALL_BUILD.vcxproj
|
||||||
|
Reference in New Issue
Block a user