Skip to content

Commit 6183782

Browse files
committed
add define
1 parent eb142ca commit 6183782

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/ci/bsp_buildings.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,14 @@ def check_output(output, check_string):
347347

348348
for projects in yml_files_content:
349349
for name, details in projects.items():
350+
# 在使用 pre_build_commands 之前,确保它被定义
351+
pre_build_commands = None
352+
build_command = None
353+
post_build_command = None
354+
qemu_command = None
355+
build_check_result = None
356+
commands = None
357+
check_result = None
350358
# 如果是bsp_board_info,读取基本的信息
351359
if(name == 'bsp_board_info'):
352360
print(details)

0 commit comments

Comments
 (0)