blob: 5f3f458debd97dcefe128bc432522390f6bb4b7b [file] [log] [blame]
Alexander Afanasyev21034bf2014-09-02 18:31:53 -07001#!/usr/bin/env bash
2set -x
3
4./waf distclean --color=yes
5./waf configure --debug --with-tests --color=yes
6./waf -j1 --color=yes
7sudo ./waf install --color=yes