Hi,
I'm quite new to NXP and MCUxpresso and I was wondering what the possibilities are to setup up a CI/CD pipeline and unit testing (on the host).
Usually I setup github actions to run tests (using cppUtest or something) and compile the program using docker containers, but with the MCUxpresso IDE I'm a bit lost how I should approach this.
Are there some examples of unit testing and CI/CD pipelines?
Any tips & tricks are highly appreciated!
Thx!