Skip to content

Commit 9c244d6

Browse files
committed
add export-binaries tag
1 parent 7351a89 commit 9c244d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_examples_in_folder(folderpath):
258258
if BUILD_WARN:
259259
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--fqbn', fqbn, examplepath]
260260
else:
261-
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--fqbn', fqbn, examplepath]
261+
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--export-binaries', '--fqbn', fqbn, examplepath]
262262
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
263263
stderr=subprocess.PIPE)
264264
r = proc.wait(timeout=60)

0 commit comments

Comments
 (0)