Hacker News new | past | comments | ask | show | jobs | submit login

From the website I couldn't tell if Gitlab has builtin CI support or if I have to run the agent on my machines and make them talk to gitlab.com. Which way is it?



GitLab CE and EE have built in CI support, making it easy to setup and navigate. But all tests run on agents (we call them runners). As a best practise we advise to host Runners on separate machines (not on the GitLab server). You can use any machine (Windows/OSX/Unix) as a runner so you can test on many platforms. For more information please see https://about.gitlab.com/gitlab-ci/


So is there built-in CI for free open source project hosting?


GitLab CE is the free edition, so the answer to your question is yes.


Nice, I need to copy one of my projects from github and try the CI (with Windows) support then. Sounds too good to be true.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: