Use the equivalent buildman functionality to check maintainer info.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
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'
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: