From 550c260edbb8b8d19a19ac539b303942acd04f31 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Wed, 17 Feb 2016 08:28:41 -0800 Subject: [PATCH 1/2] Add java example --- doc/ci/examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index 1cf41aea391f..9bd46ea56d96 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -3,3 +3,7 @@ + [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) + +# Examples outside the documentation + ++ [Test a java app](https://medium.com/@kaiwinter/javafx-and-code-coverage-on-gitlab-ci-29c690e03fd6#.7dqp79slr) -- GitLab From 062445c769e3b7b8a322f2d1fcfd42e40c0ba9ba Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Wed, 17 Feb 2016 08:31:03 -0800 Subject: [PATCH 2/2] How to add an example. --- doc/ci/examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index 9bd46ea56d96..44b1b3eaf908 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -4,6 +4,12 @@ + [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) -- GitLab