mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-25 20:32:25 +00:00
pipeline work-in-progress
This commit is contained in:
parent
14f3445669
commit
bd55231f6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user