taler-deployment

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

commit d6dedfafb92876cc79b683e3ec92f1f41962c1b4
parent ec32f52034e3b433dada16036008579eaef28eeb
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 12 Dec 2017 18:37:30 +0100

linting the wallet in bb

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -169,6 +169,12 @@ WALLET_FACTORY.addStep(ShellCommand( descriptionDone="Test correctly run", command=["make", "check"], workdir="build/")) +WALLET_FACTORY.addStep(ShellCommand( + name="lint", + description="Linting the wallet", + descriptionDone="Linting done", + command=["make", "lint"], + workdir="build/")) DEBUG_FACTORY = util.BuildFactory() DEBUG_FACTORY.addStep(ShellCommand(