seemed like it would be useful to document on the wiki somewhere what the exact build lines are that are used when jenkins verifies a submission.
so I grubbed around a bit and came up with this page: https://wiki.iotivity.org/jenkins_builders I don't have the Windows incantations, apparently a batch file is built on the fly and run, and I don't know what goes into those (I assume it's not the same as run.bat?). I'm not entirely sure about the arduino and darwin ones either, I guessed that verify-osx calls auto_build with the darwin argument and verify-arduino calls auto_build with the arduino argument, because that's what all the other non-WIndows ones do, but I can't actually see proof of that in Jenkins, at least not where I've looked. The scons calls are generated using the new no-execute mode in auto_build.py (exists in master, not in 1.3-rel, if anyone wanted to reproduce). If someone knows these are not correct, let me know. If they're correct, but this isn't the set we want to be running, let's see if we can make some adjustments. Is this sufficient coverage? -- mats
