Skip to content
Snippets Groups Projects
Verified Commit 77e2193e authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Added iwyu in Dockerfile

parent 63bea48e
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55744 passed with warnings
Pipeline: caosdb-cppinttest

#55746

    ......@@ -2,7 +2,8 @@ FROM debian:bookworm
    RUN apt-get update
    RUN apt-get install -y cmake
    RUN apt-get install -y lcov
    # iwyu is not a strict dependency here, but in the cppinttests.
    RUN apt-get install -y lcov iwyu
    RUN apt-get install -y doxygen graphviz
    RUN apt-get install -y clang-format-16 clang-tidy-16
    RUN apt-get install -y python3-pip python3-venv
    ......
    ......@@ -40,7 +40,7 @@ clang-tidy-16
    ```
    >=gcc-10.2.0
    >=lcov-1.15
    >=lcov-1.16
    ```
    ## Formatting ##
    ......
    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