]> Git Repo - qemu.git/commitdiff
docker: add gcovr to travis image
authorAlex Bennée <[email protected]>
Mon, 25 Jun 2018 09:06:35 +0000 (10:06 +0100)
committerAlex Bennée <[email protected]>
Thu, 5 Jul 2018 14:59:41 +0000 (15:59 +0100)
Useful for debugging if nothing else as the gcovr on the Travis images
are a little old.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
tests/docker/dockerfiles/travis.docker

index c5ad39b533fde96b3ea56766bfddea4db647259e..03ebfb0ef26830d743a0e527f4ec3251b7314fdb 100644 (file)
@@ -5,7 +5,7 @@ ENV LC_ALL en_US.UTF-8
 RUN cat /etc/apt/sources.list | sed "s/# deb-src/deb-src/" >> /etc/apt/sources.list
 RUN apt-get update
 RUN apt-get -y build-dep qemu
-RUN apt-get -y install device-tree-compiler python2.7 python-yaml dh-autoreconf gdb strace lsof net-tools
+RUN apt-get -y install device-tree-compiler python2.7 python-yaml dh-autoreconf gdb strace lsof net-tools gcovr
 # Travis tools require PhantomJS / Neo4j / Maven accessible
 # in their PATH (QEMU build won't access them).
 ENV PATH /usr/local/phantomjs/bin:/usr/local/phantomjs:/usr/local/neo4j-3.2.7/bin:/usr/local/maven-3.5.2/bin:/usr/local/cmake-3.9.2/bin:/usr/local/clang-5.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
This page took 0.023982 seconds and 4 git commands to generate.