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:
parent
14f3445669
commit
bd55231f6f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user