hb/packages/game-server/.gitlab-ci.yml
2024-08-09 16:43:43 +00:00

18 lines
224 B
YAML

image: maven:latest
stages:
- build
build:
stage: build
script:
- mvn package
only:
changes:
- src/**/*
- pom.xml
artifacts:
expire_in: 2 weeks
paths:
- target/Morningstar-*.jar