diff options
| author | Leonard Anderweit <l.anderweit@phytec.de> | 2025-04-01 10:46:42 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-11 12:15:19 -0600 |
| commit | 1e5e45983d80776426d4b4e467531b29f52cbc4b (patch) | |
| tree | cccf3db3c5879cd1ffd5599b8d0024711b256542 /.azure-pipelines.yml | |
| parent | ff0b7d741dec48c9d1ce5e80ada5eaeac19b1b93 (diff) | |
CI: Build missing binman tools before binman tests
The CI image does not ship with all tools required for the binman tests.
Have binman build the missing tools.
Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Diffstat (limited to '.azure-pipelines.yml')
| -rw-r--r-- | .azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index ac07d87cca1..e5a7ce93837 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -144,6 +144,7 @@ stages: export PATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH} ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w --board tools-only set -ex + ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools tool -f missing ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test ./tools/buildman/buildman -t ./tools/dtoc/dtoc -t |
