commit bbb27265f1223bee7822e3434b93bc92f982e04a
parent 39ae407103d2b4147df8276124d75ee72974571d
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 22 Oct 2020 09:52:35 +0200
clean doxygen before re-running codespell
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -720,6 +720,15 @@ CODESPELL_FACTORY.addStep(
CODESPELL_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
CODESPELL_FACTORY.addStep(
ShellCommand(
+ name="clean old deployment",
+ description="cleaning previous doxygen runs",
+ descriptionDone="Doxygen cleaned",
+ command=["rm", "-r", "exchange/doc/doxygen/html/", "merchant/doc/doxygen/html/" ],
+ workdir="/home/codespell//"
+ )
+)
+CODESPELL_FACTORY.addStep(
+ ShellCommand(
name="codespell",
description="spell checking repositories",
descriptionDone="Spell check complete",