Skip to content

Commit 461f855

Browse files
committed
ci skip tinyusb lib examples for now
1 parent a7bab5b commit 461f855

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extras/build_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ def build_examples(variant: str):
5959
fqbn = "{}{}".format(FQBN_PREFIX, variant)
6060

6161
for sketch in glob.iglob('libraries/**/*.ino', recursive=True):
62+
# TODO skip TinyUSB library examples for now
63+
if "libraries/Adafruit_TinyUSB_Arduino" in sketch:
64+
continue
65+
6266
start_time = time.monotonic()
6367

6468
# Skip if contains: ".board.test.skip" or ".all.test.skip"

0 commit comments

Comments
 (0)