mirror of https://github.com/ARMmbed/mbed-os.git
Collect build artifacts disable cleanup
In preparation to exporter testspull/5413/head
parent
7b2e9b1ad1
commit
ccd82c24c8
|
@ -292,7 +292,7 @@ def export_repos(config, ides, targets, examples):
|
|||
status("SUCCESS exporting")
|
||||
status("Building")
|
||||
try:
|
||||
if EXPORTERS[ide].build(example_project_name):
|
||||
if EXPORTERS[ide].build(example_project_name, cleanup=False):
|
||||
status("FAILURE building")
|
||||
build_failures.append(example_name)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue