]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - .gitlab-ci.yml.in
.gitlab-ci.yml: extend check-package test to hash files
[coffee/buildroot.git] / .gitlab-ci.yml.in
index 0d2e239414e7a48dfb2f166117a18862d42c9e84..9a1e7a1e34b3db47b11e9b2e25b9d9b5909ef8e3 100644 (file)
@@ -32,7 +32,7 @@ check-DEVELOPERS:
 
 check-package:
     script:
-        - find . -type f -name '*.mk' -exec ./utils/check-package {} +
+        - find . -type f \( -name '*.mk' -o -name '*.hash' \) -exec ./utils/check-package {} +
 
 .defconfig: &defconfig
     # Running the defconfigs for every push is too much, so limit to