-
Notifications
You must be signed in to change notification settings - Fork 8
Add Travis CI for supported targets #12
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
Conversation
The list of items being built is here: https://github.com/ARMmbed/mbed-os-example-psa/pull/12/checks |
596fec6
to
e216469
Compare
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.
@jainvikas8 Thanks for the review, I'll fix them.
e216469
to
9183420
Compare
9183420
to
5dc7d83
Compare
|
Yea this is a concern. The CI run currently takes quite a long term. |
5dc7d83
to
f01d9c1
Compare
f01d9c1
to
22e3fd2
Compare
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.
Ok to merge, if CI passes.
@LDong-Arm The script is still using release and debug profiles instead of release and develop. |
Targets covered (based on PSA service availability in Mbed OS targets.json): * ARM_MUSCA_S1 * ARM_MUSCA_B1 * K64F * K66F * NUCLEO_F429ZI * FVP_MPS2_M0 * FVP_MPS2_M0P * FVP_MPS2_M3 * FVP_MPS2_M4 * FVP_MPS2_M7 * GD32_F450ZI Profiles covered: release and develop. Note: CYTFM_064B0S2_4343W is excluded until an issue with its Post-Build script is fixed.
22e3fd2
to
6e668c5
Compare
@evedon Missed it, updated |
This is based on https://github.com/ARMmbed/mbed-os-example-blinky/blob/development/.travis.yml but uses Mbed CLI 1.0 instead of CMake.
List of targets:
ARM_MUSCA_S1_NS(identical to ARM_MUSCA_S1 for backward compatibility)ARM_MUSCA_B1_NS(identical to ARM_MUSCA_B1)Note:
CYTFM_064B0S2_4343W
is excluded for now due to Python failure of Cypress signing tool during Post-Build. This happens to any Mbed application for this target, I've created ARMmbed/mbed-os#14022.