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

set -ex

autoreconf --install --force
./configure --enable-static
$MAKE $PARALLEL_MAKE
$MAKE distcheck