diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-10 22:42:48 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-10 22:42:48 -0800 |
| commit | fd3ccf19d9817235283dec9a4a9011189ad9397e (patch) | |
| tree | 83d5d137ef309109b3774b3691c78edabdf0b0eb | |
| parent | dbea3322fd2c51efb4a704e86e3ef7a2d06e50f2 (diff) | |
| parent | 9655808f5c6a8f9dd7ae2b5cd3af6821c63da812 (diff) | |
| download | gitlab-ci-fd3ccf19d9817235283dec9a4a9011189ad9397e.tar.gz | |
Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ci
| -rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -38,13 +38,7 @@ Hardware requirements: * Merge request integration: see the status of the feature branch build within the Merge Request * Distributed by default: GitLab CI and build runners can run on separate machines providing more stability * Realtime logging: the current build log scrolls and updates every few seconds - -### Roadmap - -The following features are not yet in GitLab CI but merge requests are very welcome: - -* [Build artifacts access](http://feedback.gitlab.com/forums/176466-general/suggestions/4522830-allow-access-to-build-artifacts-of-gitlab-ci) -* For parallel builds, deployments, branch specific builds and build metrics there is a [blog article with implementation steps](http://blog.gitlab.org/gitlab-ci-with-parallel-builds-and-deployments/) +* Parallel builds: split a build over multiple runners so it executes quickly ### Installation @@ -52,6 +46,7 @@ The following features are not yet in GitLab CI but merge requests are very welc * [Manual installation guide](doc/install/installation.md) * [Unofficial Docker Image by Sameer Naik](https://github.com/sameersbn/docker-gitlab-ci) * [Unofficial Docker Image by Anastas Dancha](https://registry.hub.docker.com/u/anapsix/gitlab-ci/) is available via `docker pull anapsix/gitlab-ci` +* [GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit) is recommended for development work. ### Runners |
