aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/build.sh
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-08-28 17:57:44 +0200
committert3sserakt <t3ss@posteo.de>2020-08-28 17:57:53 +0200
commit2b552a5f5e85fab1c14af73735c0de61b46cc3dc (patch)
tree1ed739ddb116d77a7f2dfcc69c013f0eb9f731e7 /.buildbot/build.sh
parent03f6a0233f72c2c4c3925f0d6f6f7a81987c6530 (diff)
parentbbf9540c93da3c6b950920ee7eaae479c95403c5 (diff)
downloadgnunet-2b552a5f5e85fab1c14af73735c0de61b46cc3dc.tar.gz
gnunet-2b552a5f5e85fab1c14af73735c0de61b46cc3dc.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
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