From 83e62f2b41b6f4b9a5456d99221daa1a28de7e4e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 19 Apr 2016 14:32:57 +0200 Subject: adding "make" to build Taler --- buildbot/master.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 3ac57d5..d4b813e 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -71,6 +71,7 @@ exchangeTestBuild = BuildFactory() exchangeTestBuild.addStep(Git(repourl='git://git.taler.net/deployment.git', mode='full', method='fresh', + haltOnFailure=True, branch='master')) exchangeTestBuild.addStep(ShellCommand( name="invalidation", @@ -78,6 +79,12 @@ exchangeTestBuild.addStep(ShellCommand( descriptionDone="done", command=["./invalidate.sh"], workdir="build/taler-build")) +exchangeTestBuild.addStep(ShellCommand( + name="builder", + description="Building Taler", + descriptionDone="done", + command=["make"], + workdir="build/taler-build")) from buildbot.config import BuilderConfig -- cgit v1.2.3