mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
gitlab/azure: Use buildman instead of genboardscfg
Use the equivalent buildman functionality to check maintainer info. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
add76e7c44
commit
7ae8a5270a
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ stages:
|
|||
options: $(container_option)
|
||||
steps:
|
||||
- script: |
|
||||
if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
|
||||
./tools/buildman/buildman -R
|
||||
|
||||
- job: tools_only
|
||||
displayName: 'Ensure host tools build'
|
||||
|
|
|
@ -180,7 +180,7 @@ sloccount:
|
|||
Check for configs without MAINTAINERS entry:
|
||||
stage: testsuites
|
||||
script:
|
||||
- if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
|
||||
- ./tools/buildman/buildman -R
|
||||
|
||||
# Ensure host tools build
|
||||
Build tools-only:
|
||||
|
|
Loading…
Reference in a new issue