BigW Consortium Gitlab

README.md 997 Bytes
Newer Older
1
# CI Examples
2

3
- [Testing a PHP application](php.md)
4 5 6
- [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)
7
- [Test a Scala application](test-scala-application.md)
8 9 10
- [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.
11

12
## Outside the documentation
13

Ben Bodenmiller committed
14
- [Blog post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/)
15
- [Repo's with examples for various languages](https://gitlab.com/groups/gitlab-examples)
16
- [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)
17
- [A collection of useful .gitlab-ci.yml templates](https://gitlab.com/gitlab-org/gitlab-ci-yml)