taler-deployment

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

commit a42d551fe5480f05eeb95ba76fd9ce9c681bcbac
parent f57ae4e66d04a38af1130ec74424cd97fbbd9c4c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 27 Nov 2017 11:42:07 +0100

specifying 'workdir' while calling the lint builder

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -167,12 +167,14 @@ LINT_FACTORY.addStep(ShellCommand( name="invalidation", description="checking changes", descriptionDone="changes checked", - command=["./invalidate.sh"])) + command=["./invalidate.sh"], + workdir="build/taler-build")) LINT_FACTORY.addStep(ShellCommand( name="linting", description="Linting..", descriptionDone="Linted", - command=["make", "-f", "MakefileLint"])) + command=["make", "-f", "MakefileLint"], + workdir="build/taler-build")) LCOV_FACTORY = util.BuildFactory() LCOV_FACTORY.addStep(git_step(