You are mixing the concept of continous integration with continous delivery.
I am in the process of setting up a continous integration server for darkcoin, which will additionally solve the problem of missing build for Linux 32bit and MacOSX. Below you can have a sneak preview on my ci-server, but i still have to wrap my head around the outdated build system darkcoin is using (bitcoin moved to autotools/autoconf since several month) As soon as i resolve them, Darkcoin is set for producing deterministic software builds, which can be reproduced and signed by independent parties.
Sneak preview at
http://bamboo.darkcoin.qa/
Continous delivery is an interesting concept which i agree on, but you still have to plan on how you do it - otherwise in will end in chaos.
You see: things are moving. Not at the speed we all want it to be, but Rome wasn't built in a Day either.