aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
blob: 1b09c8b8b60f18409322a1464c2d9e70548e4662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/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