Hello! Does GUI Guider 2.0.0 have any CLI / Headless build features for automating some CI builds of my project? I'd rather not track generated c files in my repo.
I would also like to know this please.
Hi @nbarrett , @znickerson ,
GUI Guider does not natively support CLI or headless code generation that you could invoke from a CI pipeline.
That said, GUI Guider 2.0.0 leverages CMake and Ninja to build and compile the code generated from the GUI Guider project into a flashable .bin or .elf image, so automating this process should be achievable by creating a script that uses these tools. We don't currently have any documented guide or script example of how this would be done, but you can reference the build and compile log from the GUI Guider tool to see in detail the process that GUI Guider 2.0.0 does on an ARMGCC based project.
BR,
Edwin.