mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:40:00 -04:00
add checklibs to precheck CI step
(cherry picked from commit f74fc06ede)
This commit is contained in:
parent
348906e414
commit
fdee3237eb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue