From: Mark Andrews Date: Fri, 17 Apr 2020 03:31:37 +0000 (+1000) Subject: check that 'make depend' does not fail X-Git-Tag: v9.16.3~26^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=72143febe7c858a55d95d430c78a8a9d467b85e9;p=thirdparty%2Fbind9.git check that 'make depend' does not fail --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa717437541..0a0ab74b2ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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