blob: 43e81a1b58d9f93c9d1f8f5b225314b06edfee21 [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
Oliver Smithd160a732019-07-10 11:57:27 +020011$MAKE maintainer-clean
Harald Welte66a60a12017-11-12 22:36:20 +090012
13osmo-clean-workspace.sh