blob: 97bc5182156d287061859473d2cc4a078afc84f3 [file] [log] [blame]
Davide Pesavento29db0fd2017-08-29 13:32:00 -04001#!/usr/bin/env bash
2set -e
Davide Pesavento7eaed5c2019-01-09 20:03:43 -05003
4JDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
5source "$JDIR"/util.sh
6
Davide Pesavento29db0fd2017-08-29 13:32:00 -04007set -x
8
Davide Pesavento7eaed5c2019-01-09 20:03:43 -05009sudo_preserve_env PATH -- ./waf --color=yes distclean
Davide Pesavento29db0fd2017-08-29 13:32:00 -040010
11./waf --color=yes configure
12./waf --color=yes build -j${WAF_JOBS:-1}
13
Davide Pesavento7eaed5c2019-01-09 20:03:43 -050014sudo_preserve_env PATH -- ./waf --color=yes install