]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a regular "make dist" job to CI
authorMichal Nowak <mnowak@isc.org>
Fri, 3 Jul 2020 08:41:53 +0000 (10:41 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Jul 2020 13:27:25 +0000 (15:27 +0200)
It's easy to break "make dist" by adding and moving files around.
We should test this scenario regularly, to prevent release-time
surprises.

.gitlab-ci.yml

index a4ac2d62d7bdc88490864206adaf103c86833c5c..e77012fb391c2951e9548edd8bcc3c61e2c1b41a 100644 (file)
@@ -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)