Update .travis.yml psa_autogen job with TF-M code generation tool

pull/9653/head
Michael Schwarcz 2019-02-15 09:49:08 +02:00
parent 01a78e98a2
commit 4a45c16a21
1 changed files with 3 additions and 1 deletions

View File

@ -323,6 +323,8 @@ matrix:
- env:
- NAME=psa-autogen
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
- git diff --exit-code
- python tools/psa/generate_tfm_partition_code.py
- git diff --exit-code