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 263f407 commit a638a35Copy full SHA for a638a35
.github/workflows/macos-linux-conda.yml
@@ -83,7 +83,7 @@ jobs:
83
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
84
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
85
# Don't run build and clean to not overwrite CMAKE_BUILD_TYPE and CMAKE_CXX_FLAGS
86
- cmake --build build --target all
+ cmake --build build --target all -j4
87
ctest --test-dir build --output-on-failure
88
89
- name: Build EigenPy
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
104
check:
0 commit comments