blob: f31579ed6404f340047eafb4b2c5fc5d55fe3249 [file] [log] [blame]
Neels Hofmeyr76b98cf2016-10-14 15:17:32 +02001#!/bin/sh
2set -ex
Neels Hofmeyrb0e1bd82017-10-27 22:54:53 +02003
4osmo-clean-workspace.sh
5
Neels Hofmeyr76b98cf2016-10-14 15:17:32 +02006autoreconf --install --force
7./configure
8$MAKE $PARALLEL_MAKE
9$MAKE check \
10 || cat-testlogs.sh
Neels Hofmeyrb0e1bd82017-10-27 22:54:53 +020011
12osmo-clean-workspace.sh