Skip to content

Commit

Permalink
Added Parallel Build for all agents
Browse files Browse the repository at this point in the history
  • Loading branch information
imikejackson committed Jan 21, 2020
1 parent 9a14990 commit 82f0d7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stages:
displayName: 'Configure EMsoft'
- script: |
cd $(Build.BinariesDirectory)
cmake --build . --config Release --target all
cmake --build . --config Release --target all --parallel 12
displayName: 'Compile EMsoft'
- script: |
cd $(Build.BinariesDirectory)
Expand Down Expand Up @@ -73,7 +73,7 @@ stages:
displayName: 'Configure EMsoft'
- script: |
cd $(Build.BinariesDirectory)
$(Agent.WorkFolder)\..\cmake-3.16.2-win64-x64\bin\cmake --build . --config Release --target all
$(Agent.WorkFolder)\..\cmake-3.16.2-win64-x64\bin\cmake --build . --config Release --target all --parallel 12
displayName: 'Compile EMsoft'
- script: |
cd $(Build.BinariesDirectory)
Expand Down Expand Up @@ -115,7 +115,7 @@ stages:
displayName: 'Configure EMsoft'
- script: |
cd $(Build.BinariesDirectory)
$(Agent.WorkFolder)/../cmake-3.16.2-Linux-x86_64/bin/cmake --build . --config Release --target all
$(Agent.WorkFolder)/../cmake-3.16.2-Linux-x86_64/bin/cmake --build . --config Release --target all --parallel 10
displayName: 'Compile EMsoft'
- script: |
cd $(Build.BinariesDirectory)
Expand Down

0 comments on commit 82f0d7d

Please sign in to comment.