Skip to content
Snippets Groups Projects

ENH: Allow insert/update/delete and files in Extern C

Merged Florian Spreckelsen requested to merge f-full-c into dev
All threads resolved!
+ 2
2
@@ -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 -j .
- cmake --build -j . --target unit_test_coverage
- cmake --build . -j
- cmake --build . -j --target unit_test_coverage
# trigger the integration tests
trigger_inttest:
Loading