Skip to content
Snippets Groups Projects
Commit bf6cfc3d authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Adding lcov to the jenkins docker files.

parent b3ca2ad3
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
FROM debian:jessie FROM debian:jessie
# Install Git. # Install Git and basic packages.
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
autoconf \ autoconf \
autotools-dev \ autotools-dev \
...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
gcc-multilib \ gcc-multilib \
git \ git \
gyp \ gyp \
lcov \
libc6 \ libc6 \
libc6-dbg \ libc6-dbg \
libc6-dev \ libc6-dev \
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
FROM 32bit/debian:jessie FROM 32bit/debian:jessie
# Install Git. # Install Git and basic packages.
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
autoconf \ autoconf \
autotools-dev \ autotools-dev \
...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
gcc-multilib \ gcc-multilib \
git \ git \
gyp \ gyp \
lcov \
libc6 \ libc6 \
libc6-dbg \ libc6-dbg \
libc6-dev \ libc6-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment