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

ci: Decrease parallel build number to avoid exploding CI memory

parent 8f30722e
No related branches found
No related tags found
No related merge requests found
Pipeline #39319 passed with warnings
......@@ -102,7 +102,7 @@ jobs:
-DGENERATE_PYTHON_STUBS=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
cmake --build . -j4
cmake --build . -j3
ctest --output-on-failure
cmake --install .
......
......@@ -79,7 +79,7 @@ jobs:
if errorlevel 1 exit 1
:: Build
cmake --build . -j4
cmake --build . -j3
if errorlevel 1 exit 1
:: Testing
......
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