This commit is contained in:
Johannes Theiner 2016-10-28 23:58:05 +02:00
commit f3f0a116b9
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
image: maven:3-jdk-8
build:
script: "mvn clean package"
artifacts:
name: "Commons"
paths:
- "target/*.jar"