How do I build STM32CubeIDE project(s) using the command line and a continuous integration engine?
I have to build some projects that were developed in STM32CubeIDE using a continuous integration engine. This involves checking out the Git repo containing a project, then issuing commands to generate the Makefiles and make the relevant targets. This is a C++ project using the Gnu Make builder, and the build host is headless.
The help center offers no insight into this, an Internet search was not helpful, and I could not find a mention of continuous integration in the ST communities.
What command(s) should I issue to generate the project's Makefiles?
Many thanks in advance,
Paul