I am maintaining the source control for my organization and I want to run some automated tests on every checkin before it reaches the central store. Which means that when users submit their changes, I will build all the code and start the test suites.
What do I need to setup for this – assuming I have perforce as my source control?
This should be a very common problem but I probably not have the right vocabulary.
I assume you’re using Perforce from your tags. There are a couple of ways you could do this:
We use option 2 at my work, so I can give you more details if needed – just post a comment back here.