Skip to content
Snippets Groups Projects
Commit 79af0a93 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Multi-threaded building in CI pipeline.

parent ebe07acd
No related branches found
No related tags found
1 merge request!15ENH: Allow insert/update/delete and files in Extern C
......@@ -89,8 +89,8 @@ test:
- echo "FILE_TO_BE_PATCHED=$FILE_TO_BE_PATCHED"
- sed -e "s|std::unique_ptr<ContextAllocator> context_allocator) {}|std::unique_ptr<ContextAllocator> /*context_allocator*/) {}|" -i $FILE_TO_BE_PATCHED
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build . --target unit_test_coverage
- cmake --build -j .
- cmake --build -j . --target unit_test_coverage
# trigger the integration tests
trigger_inttest:
......
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