Skip to content
Snippets Groups Projects
Unverified Commit ef40a791 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Do only 2 parallel build to avoid CI crash

parent c66754f5
No related branches found
No related tags found
No related merge requests found
Pipeline #34978 passed with warnings
...@@ -63,7 +63,7 @@ jobs: ...@@ -63,7 +63,7 @@ jobs:
-DPYTHON_EXECUTABLE=$(which python3) \ -DPYTHON_EXECUTABLE=$(which python3) \
-DGENERATE_PYTHON_STUBS=ON \ -DGENERATE_PYTHON_STUBS=ON \
-DHPP_FCL_HAS_QHULL=ON -DHPP_FCL_HAS_QHULL=ON
make -j make -j2
make build_tests make build_tests
export CTEST_OUTPUT_ON_FAILURE=1 export CTEST_OUTPUT_ON_FAILURE=1
make test make test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment