3

Most of our automated builds runs on Windows, but OS X is needed for generating the help file index and code signing. Is there a way to run a Delphi program on OS X from MSBuild? It's very simple to do this from within the IDE, but I'd like to automate it.

2
  • You might need to describe your hardware setup. Real OSX machine, or a VM? Windows on a Mac in a VM? Commented Sep 17, 2012 at 8:23
  • @David: All real machines, no VMs Commented Sep 17, 2012 at 8:35

1 Answer 1

3

For automation with multi-platform build steps, I highly recommend a CI tool like Hudson / Jenkins.

You can assign a build task to a specific agent which is running on OSX. Components of the build will be created on the correct operating system.

If your target is full build automation, CI tools are worth a look or two.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks, that's good to know. Our builds are laughably simple though, so learning a new tool could take more time than the tool can save us.
Not to quibble, but this doesn't answer the question asked (not downvoting). The question was "Is there a way to run a Delphi program on OS X from MSBuild?", and this doesn't address that question at all.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.