blob: 353cf492b9782dc3bc4bd0891cfcd3526dfe3855 [file] [log] [blame]
Harald Welte66a60a12017-11-12 22:36:20 +09001#!/usr/bin/env bash
2
3set -ex
4
5osmo-clean-workspace.sh
6
7autoreconf --install --force
Harald Welte134d0a32017-11-12 22:41:54 +09008./configure --enable-sanitize CFLAGS="-Werror" CPPFLAGS="-Werror"
Harald Welte66a60a12017-11-12 22:36:20 +09009$MAKE $PARALLEL_MAKE
Pau Espin Pedrol102c81c2020-10-12 17:44:18 +020010$MAKE $PARALLEL_MAKE distcheck
11$MAKE $PARALLEL_MAKE maintainer-clean
Harald Welte66a60a12017-11-12 22:36:20 +090012
13osmo-clean-workspace.sh