blob: 41748005640b70582bc048de082e5cf3b94897ac [file] [log] [blame]
Yingdi Yu1cc45d92015-02-09 14:19:54 -08001#!/usr/bin/env bash
2set -x
3set -e
4
5# Cleanup
Varun Patil3d850902020-11-23 12:19:14 +05306sudo ./waf --color=yes distclean
Qiuhan Ding56c0be52015-03-11 17:21:26 -07007
8# Configure/build in optimized mode with tests
Varun Patil3d850902020-11-23 12:19:14 +05309./waf --color=yes configure --debug --with-tests
10./waf --color=yes build