summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-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(