Skip to content
Snippets Groups Projects
Commit 4f325a97 authored by Clement Frainay's avatar Clement Frainay
Browse files

Add .gitlab-ci.yml

parent 500df72b
No related branches found
No related tags found
No related merge requests found
Pipeline #31864 canceled
image: maven:3.6-adoptopenjdk-14
variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
build:
script: "mvn install"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment