debian-mirror-gitlab/doc/ci/examples/README.md

22 lines
1.3 KiB
Markdown
Raw Normal View History

2016-06-02 11:05:42 +05:30
# CI Examples
2015-09-25 12:07:36 +05:30
2016-09-29 09:46:39 +05:30
A collection of `.gitlab-ci.yml` files is maintained at the [GitLab CI Yml project][gitlab-ci-templates].
If your favorite programming language or framework are missing we would love your help by sending a merge request
with a `.gitlab-ci.yml`.
Apart from those, here is an collection of tutorials and guides on setting up your CI pipeline:
2016-06-02 11:05:42 +05:30
- [Testing a PHP application](php.md)
- [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
- [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
- [Test a Clojure application](test-clojure-application.md)
2016-06-22 15:30:34 +05:30
- [Test a Scala application](test-scala-application.md)
2016-11-03 12:29:30 +05:30
- [Test a Phoenix application](test-phoenix-application.md)
2016-06-22 15:30:34 +05:30
- [Using `dpl` as deployment tool](deployment/README.md)
2016-11-03 12:29:30 +05:30
- [Example project that shows how to use Review Apps](https://gitlab.com/gitlab-examples/review-apps-nginx/)
2016-06-02 11:05:42 +05:30
- [Blog post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/)
2016-11-03 12:29:30 +05:30
- [Repositories with examples for various languages](https://gitlab.com/groups/gitlab-examples)
2016-06-02 11:05:42 +05:30
- [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)
2016-09-29 09:46:39 +05:30
[gitlab-ci-templates]: https://gitlab.com/gitlab-org/gitlab-ci-yml