gitlab-ci: run check-package
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d55a3eb0e1
commit
b58059ad98
@ -30,6 +30,10 @@ check-DEVELOPERS:
|
|||||||
script:
|
script:
|
||||||
- "! utils/get-developers | grep -v 'No action specified'"
|
- "! utils/get-developers | grep -v 'No action specified'"
|
||||||
|
|
||||||
|
check-package:
|
||||||
|
script:
|
||||||
|
- find . -type f -name '*.mk' -exec ./utils/check-package {} +
|
||||||
|
|
||||||
.defconfig: &defconfig
|
.defconfig: &defconfig
|
||||||
# Running the defconfigs for every push is too much, so limit to
|
# Running the defconfigs for every push is too much, so limit to
|
||||||
# explicit triggers through the API.
|
# explicit triggers through the API.
|
||||||
|
@ -30,6 +30,10 @@ check-DEVELOPERS:
|
|||||||
script:
|
script:
|
||||||
- "! utils/get-developers | grep -v 'No action specified'"
|
- "! utils/get-developers | grep -v 'No action specified'"
|
||||||
|
|
||||||
|
check-package:
|
||||||
|
script:
|
||||||
|
- find . -type f -name '*.mk' -exec ./utils/check-package {} +
|
||||||
|
|
||||||
.defconfig: &defconfig
|
.defconfig: &defconfig
|
||||||
# Running the defconfigs for every push is too much, so limit to
|
# Running the defconfigs for every push is too much, so limit to
|
||||||
# explicit triggers through the API.
|
# explicit triggers through the API.
|
||||||
|
Loading…
Reference in New Issue
Block a user