diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..1cd8621a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ + +image: maven:3-jdk-8 + +# Cache local m2 repository +# https://gitlab.com/gitlab-org/gitlab-ce/issues/15167#note_15206811 +variables: + MAVEN_OPTS: -Dmaven.repo.local=/cache/maven.repository + +build: + script: + - mvn -B test site:site diff --git a/README.md b/README.md index 340863e1..11035d57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ACME Java Client ![build status](https://jenkins.shredzone.net/project/acme4j/builds/status.png?ref=master) +# ACME Java Client ![build status](https://shredzone.org/badge/acme4j.svg) This is a Java client for the [Automatic Certificate Management Environment (ACME)](https://tools.ietf.org/html/draft-ietf-acme-acme-01) protocol.