Skip to content

Commit

Permalink
ci: Lower the number or parallel compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 22, 2020
1 parent 16f65d6 commit 923bd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ commands:
- ~/.hunter/_Base/Cache
- run:
name: "Build <<parameters.configuration_name>> (<<parameters.build_type>>)"
command: cmake --build ~/build --target <<parameters.target>> -- -j6
command: cmake --build ~/build --target <<parameters.target>> -- -j4

test:
description: "Test"
Expand Down

0 comments on commit 923bd69

Please sign in to comment.