Skip to content

Commit

Permalink
ci skip tinyusb lib examples for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 18, 2021
1 parent a7bab5b commit 461f855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ def build_examples(variant: str):
fqbn = "{}{}".format(FQBN_PREFIX, variant)

for sketch in glob.iglob('libraries/**/*.ino', recursive=True):
# TODO skip TinyUSB library examples for now
if "libraries/Adafruit_TinyUSB_Arduino" in sketch:
continue

start_time = time.monotonic()

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

0 comments on commit 461f855

Please sign in to comment.