Skip to content

Commit

Permalink
Merge pull request RIOT-OS#1 from gebart/pr/static-testing
Browse files Browse the repository at this point in the history
latest: Add cppcheck and doxygen for static tests
  • Loading branch information
OlegHahm committed Apr 27, 2015
2 parents f00da37 + 747f0a8 commit 7859da7
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 7859da7

Please sign in to comment.