ci: add static_analysis #2
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue