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