1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-18 01:30:56 +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 - test
- package - package
variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
build: build:
stage: build stage: build
image: maven:3-openjdk-17 image: maven:3-openjdk-17