How to implement a pipeline on github using autogenerated Cmake files
Hi all,
I’m configuring a GitHub Actions CI pipeline for an STM32 project with auto-generated CMake files (STM32CubeIDE/CubeMX).
I already created a custom Debian container including the dedicated ARM toolchain (arm-none-eabi) version 14.3.rel1 for reproducible builds.
What is the best practice: how do I have to configure the CmakeList? Is there a template?
How can I keep custom flags/include paths/post-build steps without editing generated files directly?
Do you have a minimal working example for STM32 + CMake on GitHub Actions (including .elf/.bin/.hex artifacts)?
Thanks in advance for any recommendations.
