Arcturus-Community/.gitlab-ci.yml
2023-01-13 20:48:52 +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