Are there applications for automatic build, such as FinalBuilder
, and Free
or Open-Source
?
Preferably I support old and new versions of Delphi . What would these be?
Are there applications for automatic build, such as FinalBuilder
, and Free
or Open-Source
?
Preferably I support old and new versions of Delphi . What would these be?
Below I outline CI tools (continuous integration). It's not exactly what you asked for, but if you're not a developer working alone, I highly recommend you use a tool of this type. They automatically build, can monitor your repository and start builds automatically, etc.
You can use MSBuild to compile any version of delphi because it will perform compilation by command line.
follows an overview with more data to use the build by MSBuild in link
strong> of the own embarcadero (therefore to put the whole content would be a huge manual)