blob: 1b09c8b8b60f18409322a1464c2d9e70548e4662 [file] [log] [blame]
Neels Hofmeyr1ebab442018-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
16./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken
17$MAKE $PARALLEL_MAKE
18$MAKE check
19#$MAKE distcheck # distcheck currently broken
20
21osmo-clean-workspace.sh