jenkins: Add the build script from jenkins here

This can be used to replicate a build issue more easily.
This commit is contained in:
Holger Hans Peter Freyther 2016-04-13 19:00:49 -04:00
parent 1465a8668d
commit c386867baf
1 changed files with 7 additions and 0 deletions

7
contrib/jenkins.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE