This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Integrating a Keil project in a continuous delivery system

Hello,

We are looking at integrating our existing projects in the context of a continuous delivery system. Specifically we need to have a way to automatically compile a Keil project from command line from a server machine when a developer pushes a new commit on a server. Ideally, we want to integrate it on an existing CI software suite such as gitlab/github or travis CI or circle CI.

Is there a way to compile a Keil project from command line?

Is there a way to share a Keil license to a CI framework?

Thanks