blob: ebdc6ea0ab1c5c609576c89455d51a32179cfb4d [file] [log] [blame]
#!/usr/bin/env bash
set -ex
osmo-clean-workspace.sh
autoreconf --install --force
./configure --enable-sanitize CFLAGS="-Werror" CPPFLAGS="-Werror"
$MAKE $PARALLEL_MAKE
$MAKE distcheck
osmo-clean-workspace.sh