UltimateTimber/.gitlab-ci.yml

12 lines
199 B
YAML
Raw Normal View History

2018-11-06 09:22:09 +01:00
stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "UltimateTimber"
paths:
- "/builds/Songoda/UltimateTimber/target/*.jar"