summaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
blob: 524fa8b016ebb00ca005cb3d669918c4d3602d3b (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

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