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