1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-26 12:49:21 +00:00

pipeline work-in-progress

This commit is contained in:
jespergravgaard 2022-01-23 20:50:27 +01:00
parent 14f3445669
commit bd55231f6f

View File

@ -3,6 +3,15 @@ stages:
- test
- package
variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
build:
stage: build
image: maven:3-openjdk-17