Testing/CI/GitLabCI: Difference between revisions

From QEMU
(Created page with "The GitLab CI service is part of the wider GitLab service. It is free for Open Source projects and public repos. = Configuration = The configuration is controlled by {{src|p...")
 
No edit summary
 
Line 3: Line 3:
= Configuration =
= Configuration =


The configuration is controlled by {{src|path=.gitlab.yml}}. The qemu-project on GitLab is setup as a mirror which periodically updates from the upstream repo and triggers builds.
The configuration is controlled by {{src|path=.gitlab-ci.yml}}. The qemu-project on GitLab is setup as a mirror which periodically updates from the upstream repo and triggers builds.


= Setup =
= Setup =


Anyone can create an account either with a normal username/password or a variety of SSO providers.
Anyone can create an account either with a normal username/password or a variety of SSO providers.

Latest revision as of 11:58, 25 March 2019

The GitLab CI service is part of the wider GitLab service. It is free for Open Source projects and public repos.

Configuration

The configuration is controlled by .gitlab-ci.yml. The qemu-project on GitLab is setup as a mirror which periodically updates from the upstream repo and triggers builds.

Setup

Anyone can create an account either with a normal username/password or a variety of SSO providers.