blob: 7d687364993a7a041a79c06dddff9056214984c8 [file] [log] [blame]
#!/usr/bin/env bash
# jenkins build helper script for libasn1c. This is how we build on jenkins.osmocom.org
set -e
osmo-clean-workspace.sh
set +x
echo
echo
echo
echo " =============================== libasn1c ==============================="
echo
set -x
autoreconf --install --force
./configure --enable-werror
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
|| cat-testlogs.sh
osmo-clean-workspace.sh