mirror of https://github.com/ARMmbed/mbed-os.git
Update .travis.yml psa_autogen job with TF-M code generation tool
parent
01a78e98a2
commit
4a45c16a21
|
@ -323,6 +323,8 @@ matrix:
|
||||||
- env:
|
- env:
|
||||||
- NAME=psa-autogen
|
- NAME=psa-autogen
|
||||||
script:
|
script:
|
||||||
# Run SPM code generator and check that changes are not needed
|
# Run SPM code generators and check that changes are not needed
|
||||||
- python tools/psa/generate_mbed_spm_partition_code.py
|
- python tools/psa/generate_mbed_spm_partition_code.py
|
||||||
- git diff --exit-code
|
- git diff --exit-code
|
||||||
|
- python tools/psa/generate_tfm_partition_code.py
|
||||||
|
- git diff --exit-code
|
||||||
|
|
Loading…
Reference in New Issue