Add CppCheck
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stephan Stanisic 2022-06-12 22:57:01 +02:00
parent 2241cc0aa3
commit 8541b96105

View File

@ -9,3 +9,4 @@ RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-cl
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh; \ curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh; \
bash nodesource_setup.sh; \ bash nodesource_setup.sh; \
apt install -y nodejs; apt install -y nodejs;
RUN apt install -y cppcheck;