We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf826d3 commit c3a90e3Copy full SHA for c3a90e3
1 file changed
tools/ci_set_matrix.py
@@ -85,11 +85,11 @@ def set_boards_to_build(build_all):
85
if port != "unix":
86
boards_to_build.update(port_to_boards[port])
87
continue
88
-
+
89
# Check the ignore list to see if the file isn't used on board builds.
90
if p in IGNORE:
91
92
93
# Boards don't run tests so ignore those as well.
94
if p.startswith("tests"):
95
0 commit comments