mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 15:36:27 +01:00
Add gitlab-ci file
This commit is contained in:
parent
72adc5325d
commit
4723ecebbe
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
||||
image: maven:latest
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- target/
|
||||
|
||||
build-dev:
|
||||
script:
|
||||
- mvn package
|
||||
only:
|
||||
- dev
|
||||
artifacts:
|
||||
paths:
|
||||
- target/Habbo-*.jar
|
Loading…
Reference in New Issue
Block a user