From: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** Email created from pull request 441 (lumag:shippable-ci)
** https://github.com/Linaro/odp/pull/441
** Patch: https://github.com/Linaro/odp/pull/441.patch
** Base sha: b95ccd3db6eeb7358a877541747e06354429acdd
** Merge commit sha: 22d348a5e4c7d4dd75556f0252f3a76da3f4bd26
**/
.shippable.yml | 2 +-
scripts/Dockerfile | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.shippable.yml b/.shippable.yml
index 35292d983..42786e0dc 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -36,7 +36,7 @@ build:
- sudo mount -t hugetlbfs nodev /mnt/huge
- mkdir -p /dev/shm/odp
- ./bootstrap
- - ./configure --disable-test-perf
+ - ./configure --disable-test-perf CFLAGS="-O0 -coverage" CXXFLAGS="-O0
-coverage" LDFLAGS="--coverage"
- make
- sudo env ODP_SHM_DIR=/dev/shm/odp ODP_TEST_OUT_XML=yes make check
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 7e117971d..012c1a070 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -10,6 +10,7 @@ RUN sudo apt-get update && sudo apt-get install -yy \
ccache \
clang-3.8 \
gcc-4.8 \
+ gcovr \
graphviz \
kmod \
libconfig-dev \