blob: 1b09c8b8b60f18409322a1464c2d9e70548e4662 [file] [log] [blame]
#!/bin/sh
# jenkins build helper script for asn1c. This is how we build on jenkins.osmocom.org
set -ex
osmo-clean-workspace.sh
set +x
echo
echo
echo
echo " =============================== asn1c ==============================="
echo
set -x
./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken
$MAKE $PARALLEL_MAKE
$MAKE check
#$MAKE distcheck # distcheck currently broken
osmo-clean-workspace.sh