blob: 43e81a1b58d9f93c9d1f8f5b225314b06edfee21 [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
$MAKE maintainer-clean
osmo-clean-workspace.sh