]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
CI: process return code of "make distcheck"
authorMartin Matuska <martin@matuska.org>
Sun, 12 May 2019 17:47:12 +0000 (19:47 +0200)
committerMartin Matuska <martin@matuska.org>
Sun, 12 May 2019 17:47:12 +0000 (19:47 +0200)
build/ci/build.sh

index 9dbefaa0373861ceff92aee3de737b4ddccc9c0e..64eb07fb23aa05bdb3d3aaf0bc714754667ccbcf 100755 (executable)
@@ -131,6 +131,7 @@ for action in ${ACTIONS}; do
                ;;
                distcheck)
                        ${MAKE} ${MAKE_ARGS} distcheck
+                       RET="$?"
                ;;
        esac
        if [ "${RET}" != "0" ]; then