EpicVouchers/.gitlab-ci.yml
2018-10-18 22:54:07 +02:00

12 lines
195 B
YAML

stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "EpicVouchers"
paths:
- "/builds/Songoda/EpicVouchers/target/*.jar"