summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 01:27:30 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 01:27:30 +0200
commitb0a9118d5fd6eaf377de8f134338b0b1a6a403aa (patch)
tree376a303e4971010a6b3902be319b445f49c3005b /buildbot
parente44a7077d741c965de81c6be37c870334cbb04cb (diff)
downloaddeployment-b0a9118d5fd6eaf377de8f134338b0b1a6a403aa.tar.gz
deployment-b0a9118d5fd6eaf377de8f134338b0b1a6a403aa.tar.bz2
deployment-b0a9118d5fd6eaf377de8f134338b0b1a6a403aa.zip
splitting "make lcov" for buildbot
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 445b1e8..04b76fa 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -103,9 +103,9 @@ lcov.addStep(ShellCommand(
workdir="build/taler-build"))
lcov.addStep(ShellCommand(
name="builder",
- description="Building Taler",
- descriptionDone="compiled",
- command=["make lcov"],
+ description="Generating lcov files",
+ descriptionDone="lcov files generated",
+ command=["make", "lcov"],
workdir="build/taler-build"))
from buildbot.config import BuilderConfig