]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
check that 'make depend' does not fail
authorMark Andrews <marka@isc.org>
Fri, 17 Apr 2020 03:31:37 +0000 (13:31 +1000)
committerOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2020 15:49:28 +0000 (17:49 +0200)
(cherry picked from commit 72143febe7c858a55d95d430c78a8a9d467b85e9)

.gitlab-ci.yml

index 74d1eec985699112e88ea2a7cb91e8b8a2930111..37310fe889bb074581981bbe69f21fde429edeaf 100644 (file)
@@ -199,6 +199,7 @@ stages:
     - test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}"
   script:
     - *configure
+    - make depend | grep "error:" && exit 1
     - make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1
     - test -z "${RUN_MAKE_INSTALL}" || make install
     - test -z "${RUN_MAKE_INSTALL}" || sh util/check-make-install