Skip to content

Commit

Permalink
back and forth with appveyor
Browse files Browse the repository at this point in the history
race against time and space
  • Loading branch information
vigsterkr committed Mar 7, 2018
1 parent a1a370a commit 2266326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/msvc-build.bat
Expand Up @@ -9,4 +9,4 @@ cmake -G "%GENERATOR%" ^
-DBUILD_META_EXAMPLES=OFF ^
-DENABLE_TESTING=ON .. || exit /B

cmake --build . --target install --config %CONFIGURATION% || exit /B
cmake --build . --target install --config %CONFIGURATION% -- /maxcpucount:2 || exit /B

0 comments on commit 2266326

Please sign in to comment.