blob: d4f98f3f9007532ddcf356fb82d8210513cf08b5 [file] [log] [blame]
Harald Weltef1b77d92017-08-14 08:11:11 +02001#!/usr/bin/env bash
2# jenkins build helper script for libasn1c. This is how we build on jenkins.osmocom.org
3
Neels Hofmeyrd5ee1ed2017-10-27 22:48:14 +02004set -e
5
Harald Weltef1b77d92017-08-14 08:11:11 +02006set +x
7echo
8echo
9echo
10echo " =============================== libasn1c ==============================="
11echo
12set -x
13
14autoreconf --install --force
15./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
16$MAKE $PARALLEL_MAKE
17$MAKE distcheck \
18 || cat-testlogs.sh