aboutsummaryrefslogtreecommitdiff
path: root/.buildbot
diff options
context:
space:
mode:
Diffstat (limited to '.buildbot')
-rwxr-xr-x.buildbot/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.buildbot/build.sh b/.buildbot/build.sh
index f2cdb3f2a..f1f474ee7 100755
--- a/.buildbot/build.sh
+++ b/.buildbot/build.sh
@@ -1,3 +1,4 @@
1#!/bin/bash 1#!/bin/bash
2 2echo "Cleanup old installation..."
3rm -rf /tmp/gnunet
3./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make 4./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make