From f5b9cbebef037ff59400db38587fc8cf7931aa33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Wed, 26 Oct 2016 01:16:23 +0200 Subject: [PATCH] Migrate to GitLab CI --- .gitlab-ci.yml | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitlab-ci.yml 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.