Continuous integration (with iOS and Android projects)
Posted
by
paxx
on Programmers
See other posts from Programmers
or by paxx
Published on 2012-03-24T11:51:20Z
Indexed on
2012/03/24
17:37 UTC
Read the original article
Hit count: 265
I'm trying to make some positive changes in my company and one of the changes is implementing continuous integration. We do mobile development (iOS/Android) so I need a CI that supports both types of projects. As you can tell I don't know a lot about CI but I've googled a little bit and I think that Jenkins and Hudson are the two most popular.
I have a two part questions.
- Your thought on Jenkins and Hudson?
- Is there a way for CI to check if the project is compiling to the
coding standards (like loose coupling and so on)?
© Programmers or respective owner