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: wallet npm


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: wallet npm
Date: Mon, 14 Oct 2019 20:10:34 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9cd0371  wallet npm
9cd0371 is described below

commit 9cd0371a781fb185cb4357633a539fde6f7ca867
Author: ng0 <address@hidden>
AuthorDate: Mon Oct 14 18:10:15 2019 +0000

    wallet npm
---
 buildbot/master.cfg | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9eaa50f..1878c37 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -243,40 +243,40 @@ WALLET_FACTORY = util.BuildFactory()
 WALLET_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
 WALLET_FACTORY.addStep(
     ShellCommand(
-        name="bootstrap",
-        description="Running bootstrap script",
-        descriptionDone="Correctly bootstrapped",
-        command=["./bootstrap"],
-        workdir="build/"
-    )
-)
-WALLET_FACTORY.addStep(
-    ShellCommand(
-        name="configuration",
-        description="Running configure script",
-        descriptionDone="Correctly configured",
-        command=["./configure"],
+        name="fetch",
+        description="Running yarn install",
+        descriptionDone="Correctly installed",
+        command=["npm", "install", "-g", "--prefix", "$HOME", "."],
         workdir="build/"
     )
 )
+#WALLET_FACTORY.addStep(
+#    ShellCommand(
+#        name="configuration",
+#        description="Running configure script",
+#        descriptionDone="Correctly configured",
+#        command=["./configure"],
+#        workdir="build/"
+#    )
+#)
 WALLET_FACTORY.addStep(
     ShellCommand(
         name="test",
         description="Running wallet tests",
         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"],
+        command=["./node_modules/.bin/taler-wallet-cli", "integrationtest", 
"--verbose"],
         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(

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



reply via email to

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