blob: 5a8a7f53f28e0eb868e26393aff60a76cd508b93 [file] [log] [blame]
Davide Pesavento29db0fd2017-08-29 13:32:00 -04001#!/usr/bin/env bash
2set -e
3set -x
4
5sudo env "PATH=$PATH" ./waf --color=yes distclean
6
7./waf --color=yes configure
8./waf --color=yes build -j${WAF_JOBS:-1}
9
10sudo env "PATH=$PATH" ./waf --color=yes install