aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/build.sh
blob: 8dfd1fccd583fee2ef62091dff0ff281082746e8 (plain) (blame)
1
2
3
4
#!/bin/bash
echo "Cleanup old installation..."
rm -rf /tmp/gnunet
./bootstrap && ./configure --prefix=/tmp/gnunet --enable-experimental && make -j16