Hi,
I would like to do an "integrity_build" everytime a changelist is submitted
and send an e-Mail with the build log to the user who submitted the
changelist if his changes broke the build.
I was looking at triggers but it appears that they are only used as
pre-submit triggers; which is useless in my case.
I was thinking of a trigger that would fire up a script that would return
"0" everytime and start an external script that would perform the given
build; but this is really crazy and sounds more than a quick instead of a
clean solution.
Daemons won't work for me since submits can happen anytime, and I need to
build against the depot updated with the latest submitted changelist.
Is there a way to launch a script everytime a changelist is submitted using
something else than triggers ?
Thanks for your help,
Peter