Question
STM32CubeIDE machine-friendly download for CI/CD pipeline?
Is there any way to get and install the newest STM32CubeIDE on a Docker container for CI/CD purposes? It seems like human interaction is needed to install.
Do you have a download location from where I can install the IDE to build in Headless mode? I need to build with STM32CubeIDE, because I want to catch config issues. I want to make the CI pipeline check that a clean clone of the repo still works for everybody and I want it to generate makefiles so that we don't need generated files in our git repo.
