after-build user-command?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

after-build user-command?

801件の閲覧回数
butok
NXP Employee
NXP Employee

Hello,

we need to add an after-build user-command in a Keil project. 

It's present in Options for Target - User - After Build/Rebuild  Capture.PNG

Is it supported by our SDK generators?

What yml records are responsible for it?

Thank you,

Andrej Butok

1 返信

789件の閲覧回数
nxf47831
NXP Employee
NXP Employee

Hi  Andrej Butok,

This feature is supported on generator branch: develop/mcu_sdk_generator

You can set command with "postbuild" tag. Here is an example:

configuration:
  tools:
    mdk:
      postbuild: # add your command

If it does not work on your side, please create a jira ticket for me to port the feature.