samhe / gitlab-ci

Continuous integration server for gitlabhq | Coordinator

Home Page:http://blog.gitlab.org/continuous-integration-server-from-gitlab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitLab CI is an open-source continuous integration server

  • build status
  • Code Climate
  • Dependency Status
  • Coverage Status

Screen

Requirements

The project is designed for the Linux operating system.

We officially support (recent versions of) these Linux distributions:

  • Ubuntu Linux
  • Debian/GNU Linux

We recommend to use server with at least 756MB RAM for gitlab-ci instance.

master branch contains unstable 3.0. Use 2-2-stable branch

How it works

GitLab CI is a web application with API and connect to db. It manage projects/builds and provide a nice user interface. It uses GitLab application to authenticate users.

GitLab CI Runner is a pure ruby application which process builds. It can be deployed separately and work with GitLab CI through API.

In order to run tests you need at least 1 GitLab CI instance and 1 GitLab CI Runner. Hovewer for running several builds at same time you may want to setup more then one GitLab CI Runner.

Possible Cases:

  • 1 GitLab CI and N GitLab CI Runner instances on same machine
  • 1 GitLab CI and N GitLab CI Runner instances on different machines
  • 1 GitLab CI and N GitLab CI Runner instances on local machines

Installation

Getting help

About

Continuous integration server for gitlabhq | Coordinator

http://blog.gitlab.org/continuous-integration-server-from-gitlab/

License:MIT License