UltimateTimber/.gitlab-ci.yml

13 lines
274 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:
2018-11-17 11:43:16 +01:00
- "/builds/Songoda/ultimatetimber/target/*.jar"
- "/builds/Songoda/ultimatetimber/Read_this_before_your_first_use.txt"