Bumped maxcpucount

This commit is contained in:
Ward Fisher 2018-05-15 12:59:17 -06:00
parent d52d7ecbe3
commit 0ef7acaa64

View File

@ -34,7 +34,7 @@ build_script:
- cmd: cd build
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC% -DENABLE_BASH_SCRIPT_TESTING=OFF -DENABLE_TESTS=OFF
- cmd: if errorlevel 1 exit 1
- cmd: cmake --build . --config Release -- /maxcpucount:2
- cmd: cmake --build . --config Release -- /maxcpucount:4
test_script:
- cmd: cmake --build . --config Release --target install -- /maxcpucount:2
- cmd: cmake --build . --config Release --target install -- /maxcpucount:4