From 15b05fef7691701186b1e4310634f5ce6acbd1fc Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 20 Oct 2017 16:07:06 +0200 Subject: Cleanup jenkins build scripts * reorder builds to avoid rm -rf invocation * avoid useless double autoreconf * move common parts into shared helper * move common build steps into separate function Change-Id: I24e500e132f5c8e8133d35548cb7b4e4552331d0 --- contrib/jenkins_common.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/jenkins_common.sh (limited to 'contrib/jenkins_common.sh') diff --git a/contrib/jenkins_common.sh b/contrib/jenkins_common.sh new file mode 100644 index 00000000..e52a96a9 --- /dev/null +++ b/contrib/jenkins_common.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -ex + +verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]") + +autoreconf --install --force -- cgit v1.2.3