Auto Build Tool for Delphi

Asked

Viewed 1,316 times

6

There are applications for automatic build, such as FinalBuilder, and may it be Free or Open-Source?
Preferably that supports old and new versions of Delphi.
What would be these?

2 answers

4


Below CI tools (continuous integration). It’s not exactly what you asked for, but if you’re not a developer working alone, I highly recommend that you use such a tool. They build automatically, can monitor your repository and start builds automatically, etc.

  • Jenkins: Free and open source.
  • Continua CI: Has a free initial version that caters well to small teams. This is what I use and has served well. Very good support.
  • Teamcity: Has free initial version.

3

You can use Msbuild to compile any version of Delphi because it will compile by command line.

follows an Overview with more data to use the build by Msbuild in this link of Engineering itself (because to put the entire content would be a huge manual )

  • Delphi7 too? And the project Library, it doesn’t get more complicated?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.