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