blob: dc8af29c7ed6a841390bb9b4cf04ef81def799a3 [file] [log] [blame]
Alexander Afanasyev740812e2014-10-30 15:37:45 -07001#!/usr/bin/env bash
2set -x
3set -e
4
5sudo ./waf distclean -j1 --color=yes
6./waf configure -j1 --color=yes
7./waf -j1 --color=yes
8sudo ./waf install -j1 --color=yes