From 461f8559402f36daf605e41a1ace69e115df13dc Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 18 May 2021 21:24:48 +0700 Subject: [PATCH] ci skip tinyusb lib examples for now --- extras/build_all.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extras/build_all.py b/extras/build_all.py index 915feecda..ad9742d78 100644 --- a/extras/build_all.py +++ b/extras/build_all.py @@ -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"