Alexander Afanasyev | 21034bf | 2014-09-02 18:31:53 -0700 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | set -x | ||||
Shock Jiang | 2d8483c | 2014-10-30 10:15:37 -0700 | [diff] [blame^] | 3 | set -e |
Alexander Afanasyev | 21034bf | 2014-09-02 18:31:53 -0700 | [diff] [blame] | 4 | |
5 | ./waf distclean --color=yes | ||||
6 | ./waf configure --debug --with-tests --color=yes | ||||
7 | ./waf -j1 --color=yes | ||||
8 | sudo ./waf install --color=yes |