We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f65d6 commit ad8b7d3Copy full SHA for ad8b7d3
circle.yml
@@ -118,7 +118,7 @@ commands:
118
- ~/.hunter/_Base/Cache
119
- run:
120
name: "Build <<parameters.configuration_name>> (<<parameters.build_type>>)"
121
- command: cmake --build ~/build --target <<parameters.target>> -- -j6
+ command: cmake --build ~/build --target <<parameters.target>> -- -j3
122
123
test:
124
description: "Test"
0 commit comments