summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg18
1 files changed, 16 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ddcc59b..1659f74 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -56,6 +56,10 @@ c["workers"] = [
# This worker checks that all the services run under the
# 'demo' deployment are up&running.
worker.Worker("demo-worker", "demo-pass"),
+
+ ##
+ # This worker builds wallet-core.
+ worker.Worker("wallet-worker", "wallet-pass"),
]
# 'protocols' contains information about protocols which master
@@ -234,7 +238,16 @@ def git_step(repo):
WALLET_FACTORY = util.BuildFactory()
-WALLET_FACTORY.addStep(git_step("git://git.taler.net/wallet-webex.git"))
+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",
@@ -604,7 +617,8 @@ BUILDER_LIST = [
"tip-reserve-topper-builder-demo",
"tip-reserve-topper-builder-test",
"sites-builder",
- "test-builder"
+ "test-builder",
+ "wallet-builder",
]
authz = util.Authz(