Skip to content

Add new script to automate compilation of all mbed-os 2 targets in online IDE #3818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tools/check_release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"config" : {
"mbed_repo_path" : "C:/Users/annbri01/Work/Mercurial"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not check it stuff related to only your computer?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The point of the config is it allows any path / user to use the script. So by modifying the version of this it could run in CI or in a general account.

},
"test_list" : [
{
"name" : "test_compile_mbed_lib",
"lib" : "mbed"
},
{
"name" : "test_compile_mbed_dev",
"lib" : "mbed-dev"
}
]
}

Loading