Code coverage

This commit is contained in:
heiko.reese
2021-09-13 00:28:12 +02:00
parent b32d6fc861
commit 36fcdfaf42
2 changed files with 31 additions and 4 deletions

View File

@ -52,13 +52,15 @@ for i in "${images[@]}"; do
buildah run "$ctr" /bin/sh -c 'apt-get update; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y \
build-essential \
git \
exim4-daemon-heavy \
exim4-dev \
gcovr \
git \
libsodium-dev \
openssl \
pkg-config \
python3-pip \
exim4-daemon-heavy \
openssl; \
libxml2-utils; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y \
debhelper \
debsigs \