Skip to content

RFC: Add .gitlab-ci.yml

Vlad Zahorodnii requested to merge work/add-gitlab-ci into master

Ideally, everyone should run tests after making a change. In practice, people often forget to do so, which is totally understandable. Nobody wants to spend their time on such a boring task.

Unfortunately, this results in tests getting broken without any notice and as is, our CI doesn't help with that. We need CI to be tightly integrated during development process, which can be accomplished with GitLab CI.

The .gitlab-ci.yml file was copied from kwayland-server repo.

Merge request reports