Using gitLab-CI for Qt-Projects
问题 I want to use gitLab-CI for a Qt-project, but i can't figure out, what I need to do so. I understand, that the whole pipeline process takes place on the CI-Server, but how do I setup the needed requirements like the qt-environment? Solution: Ok now I got it! You just use the Runner for it, if you do not have a Server, you can use a VM. 回答1: For GitLab.com The runners are already set up (shared runners). You need to use a Qt SDK Docker image or install it yourself: Use image: <image-name> for