Skip to content

Commit

Permalink
latest: Add cppcheck and doxygen for static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Gebart committed Apr 27, 2015
1 parent f00da37 commit 747f0a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ RUN apt-get -y dist-upgrade
RUN apt-get -y install \
build-essential \
curl \
cppcheck \
doxygen \
gcc-multilib \
g++-multilib \
git \
graphviz \
libpcre3 \
pcregrep \
python \
Expand Down Expand Up @@ -92,7 +95,6 @@ RUN apt-get -y install \
RUN apt-get -y install \
qemu-system-x86


RUN mkdir -p /data/riotbuild
WORKDIR /data/riotbuild

0 comments on commit 747f0a8

Please sign in to comment.