Zephyr: How to setup a build server using windows command line?

Hi

We are developing Zephyr projects which are compiling and working fine with Visual Studio Code running on a Windows PC.

Now we want to build the projects on a build server running Windows.

The builds should be started from the command line.

The projects are using different NCS versions so it should be possible to select which NCS revision to use for each project when starting a build.

We assume that we have copies of repos per NCS revision on the build server.

We assume that we have a config file to control the NCS and tool chain revision used by the build pipeline for each project.

Can anyone help to setup the build server?

Br Mads Sig.

Related