Hello,
we are currently evaluating some build tools.
Is there a step by step tutorial how to build Delphi projects using ContinuaCI and the MSBuild action?
My current problem: When building Delphi projects with MSBUild some env-variables have to be set (with the batchfile RSVARS.BAT from the Delphi bin folder). I have tried to execute this batchfile with a batch command action. That gave no errors but the env vars were not set for the following action so the MSBuild-action was not able to find a target inside the DPROJ-Files that i wanted to compile.
Any hints what i can do to make the MSBuild action work with Delphi projects?
(OK, i could do the complete build i one batch file, but then i would not need the MSBuild action - is that the solution??)
Thanks in advance,
Ralf