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

MAINT: removed special handling for debug builds from .gitlab-ci.yml

parent 35e36c60
No related branches found
No related tags found
2 merge requests!33Release 0.1,!30Debug build
Pipeline #14524 passed
Pipeline: caosdb-cppinttest

#14525

    ...@@ -85,9 +85,6 @@ test: ...@@ -85,9 +85,6 @@ test:
    - mkdir build - mkdir build
    - cd build - cd build
    - conan install .. -s "compiler.libcxx=libstdc++11" - conan install .. -s "compiler.libcxx=libstdc++11"
    - FILE_TO_BE_PATCHED="$(grep "std::unique_ptr<ContextAllocator> context_allocator) {}" -l -r $(conan config home))"
    - 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 -DCMAKE_BUILD_TYPE=Debug ..
    - cmake --build . -j - cmake --build . -j
    - cmake --build . -j --target unit_test_coverage - cmake --build . -j --target unit_test_coverage
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment