Skip to main content
AVoel.1
Associate III
February 18, 2021
Solved

Build server vendors (CI/CD) for STM32?

  • February 18, 2021
  • 3 replies
  • 1778 views

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?

    This topic has been closed for replies.

    3 replies

    Pavel A.
    Super User
    February 18, 2021

    Microsoft's Azure (and github) ?

    AVoel.1
    AVoel.1Author
    Associate III
    February 19, 2021

    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!

    AVoel.1
    AVoel.1AuthorBest answer
    Associate III
    February 20, 2021