Skip to content

Commit 2016ad7

Browse files
committed
fix iar ci
1 parent 11fb837 commit 2016ad7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/build_cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def build_family(family, toolchain_option):
6161

6262
if os.getenv('CI'):
6363
# always print build output if in CI
64-
print(f"::group::{title} build error")
64+
print(f"::group::{title}")
6565
print(r.stdout.decode("utf-8"))
6666
print(f"::endgroup::")
6767
else:

tools/build_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def skip_example(example, board):
4747

4848
mk_contents = board_mk.read_text()
4949

50+
mcu = "NONE"
5051
for token in mk_contents.split():
5152
if "CFG_TUSB_MCU=OPT_MCU_" in token:
5253
# Strip " because cmake files has them.

0 commit comments

Comments
 (0)