Arcturus-Community/.gitlab-ci.yml

14 lines
161 B
YAML
Raw Normal View History

2020-01-25 17:21:40 +01:00
image: maven:latest
cache:
paths:
- target/
build-dev:
script:
- mvn package
only:
- dev
artifacts:
paths:
- target/Habbo-*.jar