gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: work on docbuilder


From: gnunet
Subject: [taler-deployment] branch master updated: work on docbuilder
Date: Mon, 26 Apr 2021 22:51:05 +0200

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 7cf4f9e  work on docbuilder
7cf4f9e is described below

commit 7cf4f9eecec2da435e3bdb5db81de3b590f345d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 22:51:03 2021 +0200

    work on docbuilder
---
 buildbot/master.cfg | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e70e8ff..dfa2534 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -260,21 +260,23 @@ DOC_FACTORY.addStep(
 )
 DOC_FACTORY.addStep(
     ShellCommand(
-        name="doxygen::merchant",
-        description="building merchant doxygen documentation",
-        descriptionDone="doxygen on merchant finished",
+        name="doxygen::anastasis",
+        description="building anastasis doxygen documentation",
+        descriptionDone="doxygen on anastasis finished",
         command=["make", "full" ],
         want_stderr=False,
-        workdir="../../sources/merchant/doc/doxygen"
+        workdir="../../sources/anastasis/doc/doxygen"
     )
 )
-
 DOC_FACTORY.addStep(
     steps.ShellSequence(
         name="doxygen::wallet",
         description="building wallet typescript documentation",
         descriptionDone="typedoc on taler-wallet-core finished",
         commands=[
+            util.ShellArg(command=["./bootstrap"], logname="bootstrap"),
+            util.ShellArg(command=["./configure"], logname="configure"),
+            util.ShellArg(command=["make"], logname="make"),
             util.ShellArg(command=["pnpm", "install", "-W", "typedoc"], 
logname="pnpm"),
             util.ShellArg(command=["./node_modules/typedoc/bin/typedoc", 
"--out", "dist/typedoc", "--tsconfig", "tsconfig.build.json", 
"packages/taler-util/src/index.ts", "packages/taler-wallet-cli/src/index.ts", 
"packages/taler-wallet-android/src/index.ts", 
"packages/taler-wallet-core/src/index.ts" ], logname="typedoc"),
         ],

-- 
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]