libusrp/contrib/jenkins.sh

10 lines
131 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -ex
autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE
$MAKE distcheck
$MAKE maintainer-clean