+ added build script
This commit is contained in:
parent
1badee9881
commit
d7181e436c
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
image: maven:3-jdk-8
|
||||||
|
|
||||||
|
build:
|
||||||
|
script: "mvn clean package"
|
||||||
|
artifacts: name: "Commons" paths: - "target/*.jar"
|
Loading…
x
Reference in New Issue
Block a user