Merge branch 'master' of https://gitlab.com/univentoEU/Commons
This commit is contained in:
commit
f3f0a116b9
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
image: maven:3-jdk-8
|
||||
|
||||
build:
|
||||
script: "mvn clean package"
|
||||
artifacts:
|
||||
name: "Commons"
|
||||
paths:
|
||||
- "target/*.jar"
|
Loading…
Reference in New Issue
Block a user