Merge pull request #5413 from studavekar/disable_cleanup

Collect build artifacts, disable cleanup
pull/5353/merge
Jimmy Brisson 2017-11-02 10:44:55 -05:00 committed by GitHub
commit 9e8a9a9a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: