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 75d1f1b commit 3f11a3bCopy full SHA for 3f11a3b
.github/workflows/macos-linux-conda.yml
@@ -64,7 +64,7 @@ jobs:
64
-DGENERATE_PYTHON_STUBS=ON \
65
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
66
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
67
- cmake --build .
+ cmake --build . -j2
68
ctest --output-on-failure
69
cmake --install .
70
0 commit comments