Arcturus-Community/.gitlab-ci.yml
2020-01-25 18:21:40 +02:00

14 lines
161 B
YAML

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