gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: linting the walle


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: linting the wallet in bb
Date: Tue, 12 Dec 2017 18:38:18 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d6dedfa  linting the wallet in bb
d6dedfa is described below

commit d6dedfafb92876cc79b683e3ec92f1f41962c1b4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 12 18:37:30 2017 +0100

    linting the wallet in bb
---
 buildbot/master.cfg | 6 ++++++
 1 file changed, 6 insertions(+)

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(

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]