mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
ci: add envtools support
This commit add envtools suppport to CI to verify if there is no build issues. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
664689f1dc
commit
1f3910da6e
@ -145,6 +145,13 @@ Build tools-only:
|
|||||||
script:
|
script:
|
||||||
- make tools-only_config tools-only -j$(nproc)
|
- make tools-only_config tools-only -j$(nproc)
|
||||||
|
|
||||||
|
# Ensure env tools build
|
||||||
|
Build envtools:
|
||||||
|
tags: [ 'all' ]
|
||||||
|
stage: testsuites
|
||||||
|
script:
|
||||||
|
- make tools-only_config envtools -j$(nproc)
|
||||||
|
|
||||||
Run binman, buildman, dtoc and patman testsuites:
|
Run binman, buildman, dtoc and patman testsuites:
|
||||||
tags: [ 'all' ]
|
tags: [ 'all' ]
|
||||||
stage: testsuites
|
stage: testsuites
|
||||||
|
@ -361,6 +361,10 @@ matrix:
|
|||||||
- name: "Build tools-only"
|
- name: "Build tools-only"
|
||||||
script:
|
script:
|
||||||
- make tools-only_config tools-only -j$(nproc)
|
- make tools-only_config tools-only -j$(nproc)
|
||||||
|
# Ensure env tools build
|
||||||
|
- name: "Build envtools"
|
||||||
|
script:
|
||||||
|
- make tools-only_config envtools -j$(nproc)
|
||||||
|
|
||||||
# test/py
|
# test/py
|
||||||
- name: "test/py sandbox"
|
- name: "test/py sandbox"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user