From: Martin Matuska Date: Sun, 12 May 2019 17:47:12 +0000 (+0200) Subject: CI: process return code of "make distcheck" X-Git-Tag: v3.4.0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d461cf7faeddbc38ae667db1fe3b221ad90f181;p=thirdparty%2Flibarchive.git CI: process return code of "make distcheck" --- diff --git a/build/ci/build.sh b/build/ci/build.sh index 9dbefaa03..64eb07fb2 100755 --- a/build/ci/build.sh +++ b/build/ci/build.sh @@ -131,6 +131,7 @@ for action in ${ACTIONS}; do ;; distcheck) ${MAKE} ${MAKE_ARGS} distcheck + RET="$?" ;; esac if [ "${RET}" != "0" ]; then