Skip to content
Snippets Groups Projects
Verified Commit 636651b4 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Update docker base image

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

#15730

    FROM debian:buster-backports FROM debian:bullseye
    RUN apt-get update RUN apt-get update
    RUN apt-get install -y cmake/buster-backports RUN apt-get install -y cmake
    RUN apt-get install -y lcov RUN apt-get install -y lcov
    RUN apt-get install -y doxygen RUN apt-get install -y doxygen
    RUN apt-get install -y clang-format-11 clang-tidy-11 RUN apt-get install -y clang-format-11 clang-tidy-11
    ......
    ...@@ -112,5 +112,8 @@ if (LCOV_PATH) ...@@ -112,5 +112,8 @@ if (LCOV_PATH)
    else () else ()
    if (NOT SKIP_CODE_COVERAGE) if (NOT SKIP_CODE_COVERAGE)
    message(WARNING "Could not generate code coverage report. Please install lcov.") message(WARNING "Could not generate code coverage report. Please install lcov.")
    add_custom_target(unit_test_coverage ctest -L caosdb-cpplib-unit-tests
    DEPENDS caosdb ccaosdb ${test_cases}
    )
    endif() endif()
    endif () endif ()
    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