Arcturus-Community/.gitlab-ci.yml
Harmony 410a50ba45 Merge branch 'dev' into 'git-pipeline'
# Conflicts:
#   .gitlab-ci.yml
2020-05-04 13:46:12 -04:00

19 lines
221 B
YAML

image: maven:latest
stages:
- build
build:
stage: build
script:
- mvn package
only:
changes:
- src/**/*
- pom.xml
artifacts:
expire_in: 2 weeks
paths:
- target/Habbo-*.jar