aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
blob: 4a31aef86501dd0c3ecba4afba8ab4ae09592030 (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
$MAKE CFLAGS="-Werror" CPPFLAGS="-Werror"
# currently broken $MAKE $PARALLEL_MAKE
# currently broken $MAKE distcheck

osmo-clean-workspace.sh