Include CPPCheck
Some checks failed
Docker Builders / build-base-builder (push) Successful in 40s
Docker Builders / build-cpp-builder (push) Failing after 21s
Docker Builders / build-bigfoot-builder (push) Has been skipped

This commit is contained in:
2026-01-29 20:26:08 +01:00
parent 14151cbd86
commit 96fafed341

View File

@@ -16,6 +16,7 @@ ENV CCACHE_DIR=/ccache \
# Install system dependencies, clang, and pipx # Install system dependencies, clang, and pipx
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
cpp-check \
ccache \ ccache \
cmake \ cmake \
ninja-build \ ninja-build \