-
Notifications
You must be signed in to change notification settings - Fork 3k
Add profile argument to mbed-os example build tools #5247
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
Add profile argument to mbed-os example build tools #5247
Conversation
…ult build profiles to be passed in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I don't think that -p
is accepted by make.py for example. You might want to drop that for consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice!
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Build : FAILUREBuild number : 35 |
@studavekar for mbed-os build 35, I only see |
Internal link : https://mbed-os.mbedcloudtesting.com/job/mbed-os-build-matrix/35/ for failure cause. |
/morph build |
Build : SUCCESSBuild number : 90 Triggering tests/test mbed-os |
Test : SUCCESSBuild number : 28 |
Allows custom build profiles to be passed to the example build script.