I have a suggestion to make:
Why not start using Travis CI so then you know if a commit is buildable or not.
And it will tell you if the pull request passes or not, basically useful for not breaking things on the compiling side of things.
I have made a .travis.yml in my repo and you can feel free to use it.