ci: add static_analysis #2

Merged
light7734 merged 16 commits from ci/static_analysis into main 2025-07-14 08:45:10 +00:00
Showing only changes of commit 61241079c8 - Show all commits

View file

@ -12,7 +12,8 @@ RUN apk add --no-cache \
py3-pip py3-pip
RUN pip install --no-cache-dir --break-system-packages conan gitpython RUN pip install --no-cache-dir --break-system-packages conan gitpython \
&& conan profile detect
RUN clang --version \ RUN clang --version \
&& conan --version \ && conan --version \