blob: b6a0c99fde109a9ae963eebdc8a045f5940d98b1 [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
autoreconf -fi
./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken
$MAKE $PARALLEL_MAKE
#$MAKE check # check currently broken
#$MAKE distcheck # distcheck currently broken
osmo-clean-workspace.sh