We are in the process of setting up builds for delphi projects, is there a way to only install Delphi 10.2 command line compiler on the build server which will be used only for building delphi projects using VSTS builds.
3
votes
Why don't you install Delphi and use the command line compiler? Do you have actual problem?
- David Heffernan
@DavidHeffernan: umm, because they are creating a build server and don't need the full IDE? Says so right in the question.
- Remy Lebeau
@RemyLebeau Yes you are right, we do not need the full IDE on the build server.
- Santhosh
Just ignore it. You don't have to run it. What is the problem with that? Is it worth trying to hack out bits of the deployed product?
- David Heffernan
Yes you do. It needs to be registered too.
- David Heffernan
1 Answers
2
votes
Delphi installation package doesn't have such option. Install full version, use command line compiler only. You don't need extra license and probably don't even need to activate (but it is allowed as long as you use command line tools for unattended builds only). Licensing issue discussed here: Is a separate Delphi XE4 license required for a build machine?