blob: 44b1b3eaf908edab4e9b04bc032c383313520f61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Build script examples
+ [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)
# Contributing a new example
Please contribute nex examples for different languages.
Please make an make an MR for these docs and crosslink with an MR for [https://gitlab.com/groups/gitlab-examples](https://gitlab.com/groups/gitlab-examples)
# Examples outside the documentation
+ [Test a java app](https://medium.com/@kaiwinter/javafx-and-code-coverage-on-gitlab-ci-29c690e03fd6#.7dqp79slr)
|