Tool/software: Code Composer Studio
Greetings,
We have many projects in our code set, and we regularly build all of them to ensure that no change to the code has broken the ability to build anything in the repository. To do this, we load all the projects, and do a Clean and a build of the entire workspace.
If a project has multiple configurations, how can we ensure that all configurations are built automatically?
Thank you,
Ed