We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb142ca commit 6183782Copy full SHA for 6183782
tools/ci/bsp_buildings.py
@@ -347,6 +347,14 @@ def check_output(output, check_string):
347
348
for projects in yml_files_content:
349
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
358
# 如果是bsp_board_info,读取基本的信息
359
if(name == 'bsp_board_info'):
360
print(details)
0 commit comments