mirror of https://github.com/shred/acme4j
Migrate to GitLab CI
parent
9d71ed35e6
commit
f5b9cbebef
|
@ -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
|
|
@ -1,4 +1,4 @@
|
|||
# ACME Java Client 
|
||||
# ACME Java Client 
|
||||
|
||||
This is a Java client for the [Automatic Certificate Management Environment (ACME)](https://tools.ietf.org/html/draft-ietf-acme-acme-01) protocol.
|
||||
|
||||
|
|
Loading…
Reference in New Issue