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

set -ex

autoreconf --install --force
./configure --enable-static --enable-sanitize
$MAKE $PARALLEL_MAKE check \
  || cat-testlogs.sh
$MAKE distcheck \
  || cat-testlogs.sh