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!
Solved! Go to Solution.
Erich Styger just posted an article about this: https://mcuoneclipse.com/2023/10/02/ci-cd-for-embedded-with-vs-code-docker-and-github-actions/
Many thanks Erich!
Erich Styger just posted an article about this: https://mcuoneclipse.com/2023/10/02/ci-cd-for-embedded-with-vs-code-docker-and-github-actions/
Many thanks Erich!