Merge branch 'ci-check-libs-v9_11' into 'v9_11'

check correctness of win32 .def files in CI 'precheck' step

See merge request isc-projects/bind9!506
This commit is contained in:
Evan Hunt
2018-07-10 23:39:52 -04:00
+2
View 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