I have hosted my code (written in C++) on GitHub and wish to link it to a hosted Continuous Integration (CI) server like Travis CI or BuildHive. And then I'd like to see "build passing" or "build failing" on my project page. But when I checked the CI environments of these two services, Travis CI comes the closest with availability of gcc, git, cmake and sqlite3, but I'm missing another critical library which is Qt4, which is required for building my project. It should also be free, since it's a free and open source project.
Please tell me how I can do this? Thanks.
I need: gcc, git, cmake, sqlite3 and Qt4.