diff options
Diffstat (limited to '.buildbot/build.sh')
-rwxr-xr-x | .buildbot/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.buildbot/build.sh b/.buildbot/build.sh new file mode 100755 index 000000000..394558ff0 --- /dev/null +++ b/.buildbot/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +./bootstrap +./configure --prefix=/tmp/gnunet --enable-experimental +make |