Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: build_everything.py
- Revision:
- 31:182518299918
- Parent:
- 30:f12ce67666d0
diff -r f12ce67666d0 -r 182518299918 build_everything.py --- a/build_everything.py Mon Aug 29 11:56:59 2016 +0100 +++ b/build_everything.py Wed Jan 04 11:58:24 2017 -0600 @@ -147,7 +147,6 @@ if not base_source_paths: base_source_paths = ['.'] - all_tests = find_tests(base_source_paths[0]) start = time() build_report = {} @@ -180,6 +179,7 @@ if options.continue_on_build_fail or library_build_success: # Build all the tests + all_tests = find_tests(base_source_paths[0], target_name, toolchain_name) test_build_success, test_build = build_tests(all_tests, [build_directory], build_directory, target, target_toolchain, clean=options.clean, report=build_report,