jubnzv - 2021-01-27

Hello, everybody,

Is it possible to run the CoDeSys compiler to build my project without running the IDE, using the command line interface?

Or may be there are other options, for example, some scripts, that can launch the IDE, start the build process, collect the output and exit?

I am interested in this in the context of automatic testing of my project on the CI server. I am using git on the local network, and I would like to run the build after new commits automatically, on the CI side. After the build I would like to get the output of the compiler and check if there are no any errors.

Any ideas? Is it possible in CoDeSys?