gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: build wallet so that 'make che


From: gnunet
Subject: [taler-deployment] branch master updated: build wallet so that 'make check' could work
Date: Tue, 25 Feb 2020 12:41:21 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d0ed2c7  build wallet so that 'make check' could work
d0ed2c7 is described below

commit d0ed2c7d68183da3639e81513c288c6c2a7a0b5d
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 12:41:19 2020 +0100

    build wallet so that 'make check' could work
---
 buildbot/master.cfg | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8993702..da7a28f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -521,7 +521,34 @@ INTEGRATIONTEST_FACTORY.addStep(
         description="Running yarn install of wallet",
         descriptionDone="Correctly installed",
         command=["npm", "install", "-g", "--prefix", "$HOME", "taler-wallet"],
-        workdir="build/"
+        workdir="../../sources/wallet-core"
+    )
+)
+INTEGRATIONTEST_FACTORY.addStep(
+    ShellCommand(
+        name="fetch",
+        description="Running local bootstrap of wallet",
+        descriptionDone="wallet bootstrap done",
+        command=["bootstrap"],
+        workdir="../../sources/wallet-core"
+    )
+)
+INTEGRATIONTEST_FACTORY.addStep(
+    ShellCommand(
+        name="fetch",
+        description="Running local configure of wallet",
+        descriptionDone="wallet configure done",
+        command=["configure", "--prefix=$HOME/local/],
+        workdir="../../sources/wallet-core"
+    )
+)
+INTEGRATIONTEST_FACTORY.addStep(
+    ShellCommand(
+        name="fetch",
+        description="Running local make of wallet",
+        descriptionDone="wallet make done",
+        command=["configure", "--prefix=$HOME/local/],
+        workdir="../../sources/wallet-core"
     )
 )
 INTEGRATIONTEST_FACTORY.addStep(

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



reply via email to

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