commit ba8b013e08454afd48171583e579aca006a3507f
parent 7d80b91a561673241c89e0fd8f9273e046d9b7a9
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 26 Apr 2021 22:09:21 +0200
use --enable-only-doc
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -203,8 +203,8 @@ DOC_FACTORY.addStep(
description="Running bootstrap and configure for exchange",
descriptionDone="exchange ready for doxygen",
commands=[
- util.ShellArg(command=["./bootstrap"]),
- util.ShellArg(command=["./configure", "--prefix=$HOME/local/"]),
+ util.ShellArg(command=["./bootstrap"]),
+ util.ShellArg(command=["./configure", "--enable-only-doc"]),
],
workdir="../../sources/exchange/",
haltOnFailure=True,
@@ -226,7 +226,7 @@ DOC_FACTORY.addStep(
descriptionDone="directory created",
commands=[
util.ShellArg(command=["./bootstrap"]),
- util.ShellArg(command=["./configure", "--prefix=$HOME/local/"]),
+ util.ShellArg(command=["./configure", "--enable-only-doc"]),
util.ShellArg(command=["cp", "../exchange/doc/doxygen/taler-exchange.tag", "doc/doxygen/taler-exchange.tag"]),
],
workdir="../../sources/merchant/"