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 522222d commit 33ac216Copy full SHA for 33ac216
.github/workflows/macos-linux-conda.yml
@@ -79,7 +79,7 @@ jobs:
79
-DBUILD_CROCODDYL_COMPAT=ON \
80
-DBUILD_BENCHMARKS=ON \
81
-DBUILD_EXAMPLES=ON
82
- cmake --build .
+ cmake --build . -j2
83
ctest --output-on-failure
84
cmake --install .
85
0 commit comments