taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit d3008a55a4765c42f75024c0ebda134187f9c4d8
parent 255de852593064cd26814835cc622cc020f20eb2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 22:34:01 +0100

set --enable-coverage option when doing lcovbuild

Diffstat:
Mbuildbot/master.cfg | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -504,6 +504,7 @@ LCOV_FACTORY.addStep( descriptionDone="Taler built", command=["./build.sh"], workdir="../../deployment/buildbot", + env={'TALER_COVERAGE': "1"} ) )