Skip to content

Commit 062a4d9

Browse files
committed
ci re-enable all examples
1 parent 82de264 commit 062a4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def build_examples(variant):
4444

4545
fqbn = "adafruit:nrf52:{}:softdevice={},debug=l0".format(variant, 's140v6' if variant != 'feather52832' else 's132v6')
4646

47-
for sketch in glob.iglob('libraries/**/bluefruit_playground.ino', recursive=True):
47+
for sketch in glob.iglob('libraries/**/*.ino', recursive=True):
4848
start_time = time.monotonic()
4949

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

0 commit comments

Comments
 (0)