gitlab-org--gitlab-foss/doc/ci/examples/README.md

18 lines
997 B
Markdown
Raw Normal View History

2016-03-10 16:13:11 +00:00
# CI Examples
2015-08-26 01:42:46 +00:00
2016-03-13 01:28:54 +00:00
- [Testing a PHP application](php.md)
2016-02-26 20:51:07 +00:00
- [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)
- [Test a Scala application](test-scala-application.md)
2016-03-10 16:13:11 +00:00
- [Using `dpl` as deployment tool](deployment/README.md)
- Help your favorite programming language and GitLab by sending a merge request
with a guide for that language.
2016-02-26 20:51:07 +00:00
2016-03-10 16:13:11 +00:00
## Outside the documentation
2016-02-26 20:51:07 +00:00
2016-05-06 00:42:13 +00:00
- [Blog post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/)
2016-03-10 16:13:11 +00:00
- [Repo's with examples for various languages](https://gitlab.com/groups/gitlab-examples)
2016-03-13 01:28:54 +00:00
- [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)
- [A collection of useful .gitlab-ci.yml templates](https://gitlab.com/gitlab-org/gitlab-ci-yml)