Relative Content

Tag Archive for builds

Including local headers first

So I read up on the ordering of your includes, and this guy suggested you include your local header first so as to make sure it doesn’t have prerequisites. Ok, I get that. I’m on board. The whole compartmentalization thing is good.

Continous Delivery TFS

Is it possible to achieve Continuous Delivery using TFS e.g. Windows Service? There are > 1000 posts on how to use msdeploy with TFS for WEB projects.

What build tools do not depend on java (or Ruby)? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Delphi Build Server – Do I need to check in .dres files?

We’re using final builder to build a Delphi project and the person managing the build server noticed that projects with no .dres files were not building because they’re not in SVN and because they’re not in SVN they’re not on the build machine.