]> 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)
committerMark Andrews <marka@isc.org>
Wed, 29 Apr 2020 14:09:48 +0000 (00:09 +1000)
.gitlab-ci.yml

index aa717437541aab90d6a014292a064b9149336074..0a0ab74b2ceefcf128e08253c5de5ce0178dd8db 100644 (file)
@@ -198,6 +198,7 @@ stages:
     - pip3 install pytest requests || pip install pytest requests || true
   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