gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: Buildbot: dist maker job.


From: gnunet
Subject: [libeufin-deployment] branch master updated: Buildbot: dist maker job.
Date: Sun, 20 Dec 2020 01:35:46 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 82d5e89  Buildbot: dist maker job.
82d5e89 is described below

commit 82d5e899162fb9258714cc108a2a05c8f3dceac8
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 01:35:33 2020 +0100

    Buildbot: dist maker job.
---
 buildbot/master.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1736c27..62f9db8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -110,6 +110,13 @@ ALL_FACTORY.addSteps([
         descriptionDone="Parsing tests done",
         flunkOnFailure=True,
         command=["make", "parse"]
+    ),
+    ShellCommand(
+        name="Packager",
+        description="Creating distribution archive",
+        descriptionDone="Distribution archive done",
+        flunkOnFailure=True,
+        command=["make", "dist"]
     )
 ])
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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