Add gitlab-ci file

This commit is contained in:
Alejandro 2020-01-25 18:21:40 +02:00
parent 72adc5325d
commit 4723ecebbe

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: maven:latest
cache:
paths:
- target/
build-dev:
script:
- mvn package
only:
- dev
artifacts:
paths:
- target/Habbo-*.jar