after-build user-command?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

after-build user-command?

660 Views
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 Reply

648 Views
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.