xamarin.ios - Automated builds in monotouch -


i trying implement one-click build solution (without having start monodevelop ide) monotouch projects, specify provisioning profiles , code signing certificates. searched popular build tools nant, ant , maven, none seems support monotouch. has tried similar ?

i've gotten work jenkins (aka hudson).

you setup jenkins server, , setup mac "slave" build server. (i used jnlp slave).

from there can run command line want in build, merely have run mdtool arguments, so:

/applications/monodevelop.app/contents/macos/mdtool -v build "--configuration:release|iphone" "path/to/yoursolution.sln" 

one thing worry sign ios app, slave process must run under user. can't create mac daemon it, you'll have run slave process in startup user , minimize it, kind of annoying.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -