Continuous Integration With Gerrit and Xcode Server -
i trying run continuous integration ios xcode server running validation tests against gerrit.
in order xcode pull gerrit server had upgrade it's libgit2.dylib version 0.21.5
i downloaded https://codeload.github.com/libgit2/libgit2/zip/v0.21.5
anyone have suggestion on how gerrit trigger xcode builds of particular branches?
an easy way create xcode bot perform build. can have bot set poll gerrit’s repository periodically desired hook (most ‘commit’).
http://bjmiller.me/post/72937258798/continuous-integration-with-xcode-5-xctest-os-x step-by-step guide on setting xcode bot, keep in mind using gerrit git repository.
with xcode bot created, create gerrit hook triggers build in same manner xcode git repository would: custom trigger scripts bot (xcode 5 ci)
Comments
Post a Comment