blob: 41748005640b70582bc048de082e5cf3b94897ac [file] [log] [blame]
#!/usr/bin/env bash
set -x
set -e
# Cleanup
sudo ./waf --color=yes distclean
# Configure/build in optimized mode with tests
./waf --color=yes configure --debug --with-tests
./waf --color=yes build