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