summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-11-19 15:06:27 +0100
committerSytse Sijbrandij <sytse@dosire.com>2013-11-19 15:06:27 +0100
commit70b79c5817aad8df58886c6932549ae63704f538 (patch)
treeb6dce6a48352265b20b9594a7c4e84c35e49d070 /README.md
parent25298b9a01b102389205b58ffea51a4665006ce4 (diff)
downloadgitlab-ci-70b79c5817aad8df58886c6932549ae63704f538.tar.gz
Explain the features better.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9a7d3c..286acea 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,17 @@ Additionally GitLab CI requires:
* ruby 1.9.3
* MySQL or PostgreSQL
-
__If you want to use GitLab CI without GitLab or with older versions of GitLab you need to use [2-2-stable](https://github.com/gitlabhq/gitlab-ci/tree/2-2-stable#gitlab-ci-is-an-open-source-continuous-integration-server)__
+## Features
+
+* Single Sign On: use the same login and password as on your GitLab instance
+* Quick project setup: add your project in a single click, all setup automatic via the GitLab API
+* Elegant and flexible: build scripts are written in bash, test projects in any programming language
+* Merge request integration: see the status of the feature branch build within the Merge Request
+* Distributed by default: GitLab CI and build runners can on separate machines providing more stability
+* Realtime logging: the current build log scolls and update every few seconds
+
### Limitations
The following features are not in GitLab CI but merge requests are very welcome: