Skip to content
Snippets Groups Projects
Commit 2019de87 authored by adrian.spycher's avatar adrian.spycher
Browse files

feat: add gitlab-ci

parent 682bb43d
No related branches found
No related tags found
No related merge requests found
Pipeline #30440 passed
stages:
- build
variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
default:
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- .m2/repository
build-backend:
stage: build
image: maven:3.8.6-openjdk-18
before_script:
- mvn clean
script:
- mvn compile
artifacts:
paths:
- target/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment