Migrate to GitLab CI

pull/30/head
Richard Körber 2016-10-26 01:16:23 +02:00
parent 9d71ed35e6
commit f5b9cbebef
2 changed files with 12 additions and 1 deletions

11
.gitlab-ci.yml Normal file
View File

@ -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

View File

@ -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. This is a Java client for the [Automatic Certificate Management Environment (ACME)](https://tools.ietf.org/html/draft-ietf-acme-acme-01) protocol.