Arcturus-Community/.gitlab-ci.yml
2020-01-25 20:05:12 +02:00

15 lines
170 B
YAML

image: maven:latest
cache:
paths:
- target/
build:
script:
- mvn package
only:
- dev
- master
artifacts:
paths:
- target/Habbo-*.jar