blob: 90a82f601eee3609e773735df8d84b005023c0bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.
|