mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix iar ci
This commit is contained in:
parent
11fb837b51
commit
2016ad72f3
@ -61,7 +61,7 @@ def build_family(family, toolchain_option):
|
|||||||
|
|
||||||
if os.getenv('CI'):
|
if os.getenv('CI'):
|
||||||
# always print build output if in CI
|
# always print build output if in CI
|
||||||
print(f"::group::{title} build error")
|
print(f"::group::{title}")
|
||||||
print(r.stdout.decode("utf-8"))
|
print(r.stdout.decode("utf-8"))
|
||||||
print(f"::endgroup::")
|
print(f"::endgroup::")
|
||||||
else:
|
else:
|
||||||
|
@ -47,6 +47,7 @@ def skip_example(example, board):
|
|||||||
|
|
||||||
mk_contents = board_mk.read_text()
|
mk_contents = board_mk.read_text()
|
||||||
|
|
||||||
|
mcu = "NONE"
|
||||||
for token in mk_contents.split():
|
for token in mk_contents.split():
|
||||||
if "CFG_TUSB_MCU=OPT_MCU_" in token:
|
if "CFG_TUSB_MCU=OPT_MCU_" in token:
|
||||||
# Strip " because cmake files has them.
|
# Strip " because cmake files has them.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user