How to deploy a Delphi OSX project from the command line – kouraklis.com
Posted by jpluimers on 2016/09/28
This is so cool: How to deploy a Delphi OSX project from the command line – kouraklis.com [WayBack]
I always wanted to hack the communication path to PAServer [WayBack] – despite issues – but never had the time. Luckily others had…
See:
- Automated deployment of a Delphi OSX project from the command line | Vladimir’s development blog [WayBack]
- https://github.com/vldgeorgiev/EmbDeploy
- https://github.com/jkour/EmbDeploy
The reason I like this very much are many. Just a few:
- the IDE regularly screws up configs
- IDE configs have way too many local absolute path dependencies to be “portable” to other developers
- continuous integration is all about doing things without the IDE
- should I go on?
–jeroen
Got sidetracked:
Leave a Reply