Add new file

This commit is contained in:
lars dormans 2018-10-18 20:49:26 +00:00
parent 2e8a85d38b
commit 481b9f6f4c

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "EpicHoppers"
paths:
- "/builds/Songoda/EpicHoppers/target/*.jar"