From 62e2a4bbd5ba239fc413607b223822cf4146a673 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Wed, 18 May 2016 18:46:27 +0200 Subject: Initial commit --- src/main/java/overview.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/java/overview.adoc (limited to 'src/main/java/overview.adoc') diff --git a/src/main/java/overview.adoc b/src/main/java/overview.adoc new file mode 100644 index 0000000..90a82f6 --- /dev/null +++ b/src/main/java/overview.adoc @@ -0,0 +1,18 @@ += Eduard XVII — The loyal MUC servant + +== Continuous Integration + +We currently use the CI of Gitlab.com, but it might be warranted to use a +dedicated runner which could execute the requests much faster. This is work +for Future Homer. + +Currently everything is configured in the file `.gitlab-ci.yml`: + +[source,yaml] +---- +include::../../../.gitlab-ci.yml[] +---- + +NOTE: Replacing `ec.SunEC` is done here because there were problems in the + Docker container with OpenJDK. Apparently making a HTTPS connection + to the Gradle repositories would not work. \ No newline at end of file -- cgit