blob: d9901e30222d6d7fcb62f47634c21696d7920dcb [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
4set +x
5echo
6echo
7echo
8echo " =============================== libasn1c ==============================="
9echo
10set -x
11
12autoreconf --install --force
13./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
14$MAKE $PARALLEL_MAKE
15$MAKE distcheck \
16 || cat-testlogs.sh