Arcturus-Community/.gitlab-ci.yml

15 lines
170 B
YAML
Raw Normal View History

2020-01-25 18:21:40 +02:00
image: maven:latest
cache:
paths:
- target/
2020-01-25 20:05:12 +02:00
build:
2020-01-25 18:21:40 +02:00
script:
- mvn package
only:
- dev
2020-01-25 20:05:12 +02:00
- master
2020-01-25 18:21:40 +02:00
artifacts:
paths:
- target/Habbo-*.jar