Arcturus-Community/.gitlab-ci.yml

15 lines
170 B
YAML
Raw Normal View History

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