blob: ee128f57686335d8bd24d1b88416c626c7305d65 [file] [log] [blame]
Alexander Afanasyev21034bf2014-09-02 18:31:53 -07001#!/usr/bin/env bash
2set -x
Shock Jiang2d8483c2014-10-30 10:15:37 -07003set -e
Alexander Afanasyev21034bf2014-09-02 18:31:53 -07004
5./waf distclean --color=yes
6./waf configure --debug --with-tests --color=yes
7./waf -j1 --color=yes
8sudo ./waf install --color=yes