aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
blob: 43e81a1b58d9f93c9d1f8f5b225314b06edfee21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -ex

osmo-clean-workspace.sh

autoreconf --install --force
./configure --enable-sanitize CFLAGS="-Werror" CPPFLAGS="-Werror"
$MAKE $PARALLEL_MAKE
$MAKE distcheck
$MAKE maintainer-clean

osmo-clean-workspace.sh