Skip to content

Commit

Permalink
Reduce the parallelism in Windows Release build tests.
Browse files Browse the repository at this point in the history
Hopefully this will stop the CI machines from running out of memory...
  • Loading branch information
davidchisnall committed Aug 1, 2019
1 parent d24ad45 commit caec12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit caec12c

Please sign in to comment.