blob: b6a0c99fde109a9ae963eebdc8a045f5940d98b1 [file] [log] [blame]
Neels Hofmeyr4234af32018-01-16 15:14:05 +01001#!/bin/sh
2# jenkins build helper script for asn1c. This is how we build on jenkins.osmocom.org
3
4set -ex
5
6osmo-clean-workspace.sh
7
8set +x
9echo
10echo
11echo
12echo " =============================== asn1c ==============================="
13echo
14set -x
15
Oliver Smithb43722d2022-12-21 13:44:17 +010016autoreconf -fi
17
Neels Hofmeyr4234af32018-01-16 15:14:05 +010018./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken
19$MAKE $PARALLEL_MAKE
Oliver Smithb43722d2022-12-21 13:44:17 +010020#$MAKE check # check currently broken
Neels Hofmeyr4234af32018-01-16 15:14:05 +010021#$MAKE distcheck # distcheck currently broken
22
23osmo-clean-workspace.sh