blob: ee128f57686335d8bd24d1b88416c626c7305d65 [file] [log] [blame]
#!/usr/bin/env bash
set -x
set -e
./waf distclean --color=yes
./waf configure --debug --with-tests --color=yes
./waf -j1 --color=yes
sudo ./waf install --color=yes