How can I configure a build configuration to perform an operation after the build has completed?
In Simplicity IDE, add commands to the pre-build and post-build steps to execute a command before or after building the project configuration:
1. Right click on the project in the Project Explorer view and select Properties.
2. Navigate to C/C++ Build->Settings and select the Build Steps page.
3. Add your commands to the Pre-build steps Command or Post-build steps Command text box.
4. For example, to execute a python script after the build process completes, enter python <name_of_script.py>
Adding a post build step in Simplicity IDE