Build MergeRequests with TeamCity and report Success/Fail
Created by: darinkes
Hi,
I'm currently testing gitlabhq for managing my repos. Unfortunately I have to use TeamCity as CI-System, since all others (jenkins, gitlab-ci) lack proper support for Windows (especially GUI tests).
I setup TeamCity to automatically detect changes in all branches in the repo and build it. Also showing the current BuildStatus in the Readme.md works great.
But Is there a way to automatically build merge requests und report the build success/failure with gitlab & TeamCity, like GitHub does?
Any hints or infos are appreciated.
Greetz