Add CI builds for master

This commit is contained in:
Alejandro 2020-01-25 20:05:12 +02:00
parent 4723ecebbe
commit cdf06f64ea

View File

@ -4,11 +4,12 @@ cache:
paths: paths:
- target/ - target/
build-dev: build:
script: script:
- mvn package - mvn package
only: only:
- dev - dev
- master
artifacts: artifacts:
paths: paths:
- target/Habbo-*.jar - target/Habbo-*.jar