commit a474ec6011ba21de52bae24a7accff0abcaf9034
parent ec1042c9b735de431eebbc118e03285e63d8dfba
Author: ng0 <ng0@n0.is>
Date: Fri, 11 Oct 2019 23:50:55 +0000
wallet-webex is now wallet-core right?
Diffstat:
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git 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(