Reduce the parallelism in Windows Release build tests.
Hopefully this will stop the CI machines from running out of memory...
This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
||||
64-bit Release:
|
||||
BuildType: Release
|
||||
CMakeArgs: '-G"Visual Studio 15 2017 Win64"'
|
||||
JFlag: '-j 4'
|
||||
JFlag: '-j 2'
|
||||
|
||||
64-bit Release Windows8Compat:
|
||||
BuildType: Release
|
||||
@@ -127,7 +127,7 @@ jobs:
|
||||
32-bit Release:
|
||||
BuildType: Release
|
||||
CMakeArgs: '-G"Visual Studio 15 2017"'
|
||||
JFlag: '-j 4'
|
||||
JFlag: '-j 2'
|
||||
|
||||
steps:
|
||||
- task: CMake@1
|
||||
|
||||
Reference in New Issue
Block a user