blob: 4e21fd73b7adef7b3608d2f9a1ed0939bf922ee4 [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
8./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
9$MAKE $PARALLEL_MAKE
10$MAKE distcheck
11
12osmo-clean-workspace.sh