Hi! I’m working in a C++ project in a team of 6 and we are using GITLAB for source control. The problem I’m facing is that every time I merge my code changes with the dev branch in git the rest of the team have to compile the code again in their machines in order to get it working.
I was looking on the internet for some king of continuous integration with GITLAB that allows to compile the code of all my pull requests and download the compiled binary folder when the rest of the team do a “git pull” on the dev branch.
Any ideas? Have you got something like that implemented for your projects? Thanks!