cancel
Showing results for 
Search instead for 
Did you mean: 

Build server vendors (CI/CD) for STM32?

AVoel.1
Associate III

I'm looking for any potential vendors where I could host a cloud VM for doing automated STM32 builds coupled with some infrastructure for managing releases? Any recommendations?

1 ACCEPTED SOLUTION
3 REPLIES 3
Pavel A.
Evangelist III

Microsoft's Azure (and github) ?

AVoel.1
Associate III

Having done a little research, it seems the best solution would be to use a Docker container and do headless builds there using a Docker image containing the necessary tools. That would be supported by many systems including BitBucket which we already use.

The problems seem to be

  1. Putting together the Docker image.
  2. Getting a simple headless build with STM32CubeIDE (i.e. Eclipse ARM) to work.

It would be nice to see ST provide such an image and example. I would imagine this would something that would be widely useful!