+ added build script

This commit is contained in:
Johannes Theiner 2016-10-16 08:33:47 +00:00
parent 1badee9881
commit d7181e436c
1 changed files with 5 additions and 0 deletions

5
.gitlab-ci.yml Normal file
View File

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