summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-12 18:37:30 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-12 18:37:51 +0100
commitd6dedfafb92876cc79b683e3ec92f1f41962c1b4 (patch)
treeea97a6be75c9e666bdb9cecf002d8360430c9fff /buildbot
parentec32f52034e3b433dada16036008579eaef28eeb (diff)
downloaddeployment-d6dedfafb92876cc79b683e3ec92f1f41962c1b4.tar.gz
deployment-d6dedfafb92876cc79b683e3ec92f1f41962c1b4.tar.bz2
deployment-d6dedfafb92876cc79b683e3ec92f1f41962c1b4.zip
linting the wallet in bb
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 2e529a0..6a37c77 100644
--- 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(