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 23, 2020
1 parent 10df5b5 commit d3f0e65
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>> -- -j3

test:
description: "Test"
Expand Down

0 comments on commit d3f0e65

Please sign in to comment.