Skip to content

Commit 4a45c16

Browse files
author
Michael Schwarcz
committed
Update .travis.yml psa_autogen job with TF-M code generation tool
1 parent 01a78e9 commit 4a45c16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ matrix:
323323
- env:
324324
- NAME=psa-autogen
325325
script:
326-
# Run SPM code generator and check that changes are not needed
326+
# Run SPM code generators and check that changes are not needed
327327
- python tools/psa/generate_mbed_spm_partition_code.py
328328
- git diff --exit-code
329+
- python tools/psa/generate_tfm_partition_code.py
330+
- git diff --exit-code

0 commit comments

Comments
 (0)