I have placed my code (written in C ++) on GitHub and want to link it to a Continuous Integration (CI) server hosted for example Travis CI or BuildHive . And then I would like to see “build” or “build fail” on my project page. But when I checked the CI environments of these two services, Travis CI is closest to the availability of gcc, git, cmake and sqlite3, but I miss another critical Qt4 library that is required to create my project. It should also be free, as it is a free open source project.
Please tell me how can I do this? Thanks.
I need: gcc, git, cmake, sqlite3 and Qt4.
ruben2020
source share