Skip to content

Commit

Permalink
Merge branch 'ebourne_cppcheck' into 'main'
Browse files Browse the repository at this point in the history
Add cppcheck to docker

See merge request gysela-developpers/gyselalibxx!645
  • Loading branch information
EmilyBourne committed Aug 6, 2024
1 parent c31617b commit 88ff1fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/gyselalibxx_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ RUN chmod +x /bin/bash_run \
&& cmake --install build \
&& cd .. \
&& rm -rf ginkgo \
&& git clone -b 2.14.2 https://github.com/danmar/cppcheck.git \
&& cd cppcheck \
&& cmake -S . -B build \
&& cmake --build build \
&& cmake --install build \
&& cd .. \
&& rm -rf cppcheck \
&& apt-get purge -y \
apt-transport-https \
apt-utils \
Expand Down

0 comments on commit 88ff1fb

Please sign in to comment.