blob: ebdc6ea0ab1c5c609576c89455d51a32179cfb4d [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
10$MAKE distcheck
11
12osmo-clean-workspace.sh