commit 9dd2826d3c67d1d3a8877f447d46b7d03395086a
parent d9ac3ae19326bca1ef3da26869792ed72759aa93
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 14 Apr 2016 14:23:00 +0200
buildbot perf benchmark
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -103,7 +103,7 @@ exchangePerf.addStep(ShellCommand(
descriptionDone="bootstraped",
command=["./bootstrap"],
hideStepIf=True))
-exchangePerf.addStep(Configure(command=["./configure", "--prefix="+tmp]))
+exchangePerf.addStep(Configure(command=["./configure", "--prefix="+tmp, "--with-gnunet=${HOME}/local"]))
exchangePerf.addStep(Compile(command=["make"]))
exchangePerf.addStep(Compile(command=["make","-C","src/exchangedb/","perf-exchangedb"]))