blob: 353cf492b9782dc3bc4bd0891cfcd3526dfe3855 [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 $PARALLEL_MAKE distcheck
$MAKE $PARALLEL_MAKE maintainer-clean
osmo-clean-workspace.sh