From: Michal Nowak Date: Fri, 3 Jul 2020 08:41:53 +0000 (+0200) Subject: Add a regular "make dist" job to CI X-Git-Tag: v9.17.4~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654c64c60b788969d91f5f1541e3e028f185e980;p=thirdparty%2Fbind9.git Add a regular "make dist" job to CI It's easy to break "make dist" by adding and moving files around. We should test this scenario regularly, to prevent release-time surprises. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4ac2d62d7b..e77012fb391 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -467,6 +467,7 @@ pylint: tarball-create: stage: precheck <<: *base_image + <<: *default_triggering_rules script: - *configure - make -j${BUILD_PARALLEL_JOBS:-1} all V=1 @@ -477,8 +478,6 @@ tarball-create: needs: - job: autoreconf artifacts: true - only: - - tags # Jobs for doc builds on Debian 10 "buster" (amd64)