osmo-trx/contrib/jenkins.sh

13 lines
166 B
Bash
Executable File

#!/bin/sh
set -ex
osmo-clean-workspace.sh
autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE
$MAKE check \
|| cat-testlogs.sh
osmo-clean-workspace.sh