Add CI to monitor correct building of the project, also helps in detecting compile time errors for pull requests and helps catching trivial errors, almost every cool project on Github is using one. I suggest Travis CI
Some resources that might help
Travis CI + Clang + CPP 11
Travis CI + GCC + CPP 11
Another resource