SICSoftwareGmbH / sicci_for_xcode

SICCI for Xcode: a Jenkins plugin to build, test... your iOS and OS X projects
http://wiki.jenkins-ci.org/display/JENKINS/SICCI+for+Xcode+Plugin
GNU General Public License v3.0
24 stars 8 forks source link

Remove dependency on Source code management? #17

Open banovotz opened 12 years ago

banovotz commented 12 years ago

Currently seems like SICCI is dependent on source code management. How can I use it for project which is not under source control? Let say I have a project under source code management which is used as base for several generated applications - there is a tool which reads certain configuration and generates sources for each generated app. Thx for considering this

michaelbaer commented 12 years ago

There is a jenkins plugin called "File System SCM", which simulates a file system as a scm. Eventually this could solve your problem.

banovotz commented 12 years ago

Hey, thx for info. This sounds like solution, yes :)