summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-11 23:50:55 +0000
committerng0 <ng0@n0.is>2019-10-11 23:50:55 +0000
commita474ec6011ba21de52bae24a7accff0abcaf9034 (patch)
treee89a1742b54aeaca1a9fb66bca3d375415e65fbd /buildbot
parentec1042c9b735de431eebbc118e03285e63d8dfba (diff)
downloaddeployment-a474ec6011ba21de52bae24a7accff0abcaf9034.tar.gz
deployment-a474ec6011ba21de52bae24a7accff0abcaf9034.tar.bz2
deployment-a474ec6011ba21de52bae24a7accff0abcaf9034.zip
wallet-webex is now wallet-core right?
Diffstat (limited to 'buildbot')
-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(