]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add checklibs to precheck CI step
authorEvan Hunt <each@isc.org>
Thu, 28 Jun 2018 16:04:11 +0000 (09:04 -0700)
committerEvan Hunt <each@isc.org>
Wed, 11 Jul 2018 02:31:04 +0000 (19:31 -0700)
.gitlab-ci.yml

index 22913988c5ca531fea791c5dac222c813729788f..7c05aae1d116c7bb53c67fd55ab09bf0fa981731 100644 (file)
@@ -140,6 +140,7 @@ precheck:debian:sid:amd64:
   <<: *debian_sid_amd64_image
   stage: precheck
   script:
+    - sh util/checklibs.sh > checklibs.out
     - perl util/check-changes CHANGES
     - perl -w util/merge_copyrights
     - diff -urNap util/copyrights util/newcopyrights
@@ -149,6 +150,7 @@ precheck:debian:sid:amd64:
   artifacts:
     paths:
     - util/newcopyrights
+    - checklibs.out
     expire_in: '1 week'
     when: on_failure