Skip to content

Commit d3f0e65

Browse files
committed
ci: Lower the number or parallel compilations
1 parent 10df5b5 commit d3f0e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ commands:
118118
- ~/.hunter/_Base/Cache
119119
- run:
120120
name: "Build <<parameters.configuration_name>> (<<parameters.build_type>>)"
121-
command: cmake --build ~/build --target <<parameters.target>> -- -j6
121+
command: cmake --build ~/build --target <<parameters.target>> -- -j3
122122

123123
test:
124124
description: "Test"

0 commit comments

Comments
 (0)