does RTC support automatic Build after check in?
Accepted answer
Other SCMs refer to sharing a change with the rest of your team as 'check-in'. In RTC, that's called 'deliver'.
If you're asking about running a build when a change is shared with a team, then RTC supports something very similar: you can configure a build to check frequently if there have been any new changes delivered to a stream, then run a build on it. With the build checking every 30 minutes, you'll get efficient batching of builds and you can check the validity of your changes rapidly.
Alternatively, you can run personal builds at any time: they allow you to test changes that you haven't shared with the rest of your stream in a build. Users can run a personal build at any time to verify changes they have not yet delivered.
In my experience, personal builds are great, because you can run them when you're partially finished your work: for example run server unit tests while working on the UI of a feature, for example.