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

osmo-clean-workspace.sh